From 3c545103e3d8bccdec4fb08d5743e5a8e8c13081 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 17 Apr 2021 15:48:30 +0200 Subject: [PATCH] Fix GamemodeCommand code convention --- .../de/steamwar/bausystem/features/other/GamemodeCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}