SteamWar/BauSystem2.0
Archiviert
12
0

Update and fix some stuff
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2022-07-04 15:32:28 +02:00
Ursprung b8b50987d1
Commit eb7dcbcdd4
2 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -53,7 +53,7 @@ public class SkinCommand extends SWCommand {
SteamwarUser steamwarUser = SteamwarUser.get(p.getUniqueId()); SteamwarUser steamwarUser = SteamwarUser.get(p.getUniqueId());
UserGroup userGroup = steamwarUser.getUserGroup(); UserGroup userGroup = steamwarUser.getUserGroup();
if (!userGroup.isAdminGroup() && steamwarUser.getId() != 571) { if (!userGroup.isAdminGroup()) {
return; return;
} }

Datei anzeigen

@ -173,6 +173,12 @@
name(Nostalgic MWG Old) name(Nostalgic MWG Old)
schematic(sections4/custom/Nostalgic MWG Old/MWGArena.schem) schematic(sections4/custom/Nostalgic MWG Old/MWGArena.schem)
testblockSchematic(sections4/custom/Nostalgic MWG Old/MWGTestblock.schem) testblockSchematic(sections4/custom/Nostalgic MWG Old/MWGTestblock.schem)
},
{
name(Sakura)
creator(PxlPain)
schematic(sections4/custom/Sakura/MWGArena.schem)
testblockSchematic(sections4/custom/Sakura/MWGTestblock.schem)
} }
] ]
sizeX(107) sizeX(107)