forked from MagicBane/Server
Visibility promotion for a data class
This commit is contained in:
@@ -29,8 +29,8 @@ public class dbHeightMapHandler extends dbHandlerBase {
|
||||
while (rs.next()) {
|
||||
thisHeightmap = new HeightMap(rs);
|
||||
|
||||
if (thisHeightmap.getHeightmapImage() == null) {
|
||||
Logger.info("Imagemap for " + thisHeightmap.getHeightMapID() + " was null");
|
||||
if (thisHeightmap.heightmapImage == null) {
|
||||
Logger.info("Imagemap for " + thisHeightmap.heightMapID + " was null");
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user