Disable debug
This commit is contained in:
parent
8c99941382
commit
1f807cfb84
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ public class EventHandler {
|
|||
continue; // DO NOT CACHE FIRE OR AIR BLOCKS
|
||||
}
|
||||
|
||||
FireMod.LOGGER.info("Fire detected");
|
||||
//FireMod.LOGGER.info("Fire detected");
|
||||
burnedBlocks.put(pos, new BlockSnapshot(world, pos));
|
||||
|
||||
}
|
||||
|
@ -112,7 +112,7 @@ public class EventHandler {
|
|||
it.remove();
|
||||
entry.getValue().restore();
|
||||
|
||||
FireMod.LOGGER.info("Restoring burned block");
|
||||
//FireMod.LOGGER.info("Restoring burned block");
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Reference in a new issue