forked from MagicBane/Server
Logging to console
This commit is contained in:
@@ -339,7 +339,7 @@ public class HeightMap {
|
||||
_pixelData.put(imageFile.getName().substring(0, imageFile.getName().lastIndexOf(".")), colorData);
|
||||
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
Logger.error(e);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user