13
0

Fix build
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-11-13 16:40:44 +01:00
Ursprung d16eb0ede4
Commit 261fdad3b0

Datei anzeigen

@ -24,7 +24,6 @@ import de.steamwar.lobby.command.HologramCommand;
import de.steamwar.lobby.command.ModifyCommand;
import de.steamwar.lobby.command.PortalCommand;
import de.steamwar.lobby.jumpandrun.JumpAndRun;
import de.steamwar.lobby.jumpandrun.JumpAndRunCommand;
import de.steamwar.lobby.listener.*;
import de.steamwar.lobby.map.CustomMapCommand;
import de.steamwar.lobby.team.TeamPlayer;
@ -54,7 +53,6 @@ public class LobbySystem extends JavaPlugin {
new ModifyCommand();
new CustomMapCommand();
new JumpAndRunCommand();
new JumpAndRun();
config = new Config(getConfig());