mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-09 07:18:03 +07:00
Removed additional debug logging
This commit is contained in:
@ -1013,7 +1013,6 @@ public class Map implements Disposable {
|
||||
|
||||
DT1.Tile tile = zone.tiles[layer][zone.tileIndex(tx, ty)] = zone.dt1s.get(cell);
|
||||
// FIXME: These are "empty"/"unknown" tiles, in caves, they fill in the gaps
|
||||
if (tile == null) System.out.println(cell.orientation + ":" + cell.mainIndex + ":" + cell.subIndex + ": " + cell.prop1() + " " + cell.prop2() + " " + cell.prop3() + " " + cell.prop4());
|
||||
if (tile == null) {
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user