Remove more useless messages

This commit is contained in:
MattBDev 2020-03-31 19:39:37 -04:00
parent 56395534fa
commit 6e1cb4cfbc
2 changed files with 0 additions and 6 deletions

View File

@ -230,11 +230,6 @@ public class BukkitGetBlocks_1_15_2 extends CharGetBlocks {
}
int ordinal = set.getBlock(lx, ly, lz).getOrdinal();
if (log.isInfoEnabled()) {
log.info("The following is not an error. It just a debugging message. There is no need to report this. \n ordinal: " + ordinal + "NBT: " + set.getBlock(lx, ly, lz).hasNbtData());
} else {
log.error("The following is not an error. It just a debugging message. There is no need to report this. \n ordinal: " + ordinal + "NBT: " + set.getBlock(lx, ly, lz).hasNbtData());
}
if (ordinal != 0) {
TileEntity tile = entry.getValue();
tile.hasWorld();

View File

@ -11,7 +11,6 @@ disallowed-blocks=minecraft:oak_sapling,minecraft:jungle_sapling,minecraft:dark_
max-super-pickaxe-size=5
max-brush-radius=10
craftscript-dir=craftscripts
no-double-slash=false
wand-item=minecraft:wooden_axe
shell-save-type=
scripting-timeout=3000