SteamWar/BauSystem2.0
Archiviert
12
0

Fix
Einige Prüfungen sind fehlgeschlagen
SteamWarCI Build failed

Dieser Commit ist enthalten in:
Chaoscaot 2021-12-04 01:49:07 +01:00
Ursprung 850db45c5f
Commit 7f2b3fc3ea

Datei anzeigen

@ -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 {