diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/other/GamemodeCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/other/GamemodeCommand.java index 18ef3580..720a3157 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/other/GamemodeCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/other/GamemodeCommand.java @@ -51,4 +51,4 @@ public class GamemodeCommand extends SWCommand { public void gamemodeCommand(final Player p, final GameMode gameMode) { p.setGameMode(gameMode); } -} \ No newline at end of file +}