mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 09:17:39 +00:00
Remove more useless messages
This commit is contained in:
parent
56395534fa
commit
6e1cb4cfbc
@ -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();
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user