geforkt von Mirrors/FastAsyncWorldEdit
fix: only send invalid region messages with debug true (#2238)
- Addresses #2188
Dieser Commit ist enthalten in:
Ursprung
7c01c1e95e
Commit
435161d566
@ -130,7 +130,9 @@ public class WEManager {
|
||||
backupRegions.add(region);
|
||||
}
|
||||
} else {
|
||||
player.print(Caption.of("fawe.error.region-mask-invalid", mask.getClass().getSimpleName()));
|
||||
if (Settings.settings().ENABLED_COMPONENTS.DEBUG) {
|
||||
player.printDebug(Caption.of("fawe.error.region-mask-invalid", mask.getClass().getSimpleName()));
|
||||
}
|
||||
removed = true;
|
||||
iterator.remove();
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren