SteamWar/BauSystem
Archiviert
13
0

Hotifx CommandProtect with Schematic

Dieser Commit ist enthalten in:
yoyosource 2021-04-09 16:02:14 +02:00
Ursprung 8c190bf88b
Commit f1e6006c51

Datei anzeigen

@ -68,7 +68,7 @@ public class CommandProtect extends SWCommand {
return;
}
try {
region.protect(null);
region.protect(schem);
p.sendMessage(BauSystem.PREFIX + "§7Boden geschützt");
} catch (IOException e) {
p.sendMessage(BauSystem.PREFIX + "§cFehler beim Schützen der Region");