Ursprung
850db45c5f
Commit
7f2b3fc3ea
@ -62,8 +62,8 @@ public class ResetCommand extends SWCommand {
|
||||
public void schematicResetCommand(@Guard Player p, SchematicNode node) {
|
||||
Region region = regionCheck(p);
|
||||
if (region == null) return;
|
||||
if (node == null) {
|
||||
BauSystem.MESSAGE.send("REGION_RESET_NO_SCHEM", p);
|
||||
if (node.isDir()) {
|
||||
BauSystem.MESSAGE.send("ONLY_SCHEMS", p);
|
||||
return;
|
||||
}
|
||||
try {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren