diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/team/SkinCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/team/SkinCommand.java index 99723f7b..daea307c 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/team/SkinCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/team/SkinCommand.java @@ -53,7 +53,7 @@ public class SkinCommand extends SWCommand { SteamwarUser steamwarUser = SteamwarUser.get(p.getUniqueId()); UserGroup userGroup = steamwarUser.getUserGroup(); - if (!userGroup.isAdminGroup() && steamwarUser.getId() != 571) { + if (!userGroup.isAdminGroup()) { return; } diff --git a/yapion/prototypes4.yapion b/yapion/prototypes4.yapion index ba4054d6..1045ffaf 100644 --- a/yapion/prototypes4.yapion +++ b/yapion/prototypes4.yapion @@ -173,6 +173,12 @@ name(Nostalgic MWG Old) schematic(sections4/custom/Nostalgic MWG Old/MWGArena.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)