Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-19 09:20:08 +01:00
Remove more useless messages
Dieser Commit ist enthalten in:
Ursprung
56395534fa
Commit
6e1cb4cfbc
@ -230,11 +230,6 @@ public class BukkitGetBlocks_1_15_2 extends CharGetBlocks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int ordinal = set.getBlock(lx, ly, lz).getOrdinal();
|
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) {
|
if (ordinal != 0) {
|
||||||
TileEntity tile = entry.getValue();
|
TileEntity tile = entry.getValue();
|
||||||
tile.hasWorld();
|
tile.hasWorld();
|
||||||
|
@ -11,7 +11,6 @@ disallowed-blocks=minecraft:oak_sapling,minecraft:jungle_sapling,minecraft:dark_
|
|||||||
max-super-pickaxe-size=5
|
max-super-pickaxe-size=5
|
||||||
max-brush-radius=10
|
max-brush-radius=10
|
||||||
craftscript-dir=craftscripts
|
craftscript-dir=craftscripts
|
||||||
no-double-slash=false
|
|
||||||
wand-item=minecraft:wooden_axe
|
wand-item=minecraft:wooden_axe
|
||||||
shell-save-type=
|
shell-save-type=
|
||||||
scripting-timeout=3000
|
scripting-timeout=3000
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren