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