From 342200def9362ad2e8ae13706c39535136c61473 Mon Sep 17 00:00:00 2001 From: Yaruma3341 Date: Sun, 19 Jan 2020 16:54:06 +0100 Subject: [PATCH] completely new lobby system --- src/de/steamwar/lobby/LobbySystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/steamwar/lobby/LobbySystem.java b/src/de/steamwar/lobby/LobbySystem.java index 8390f53..896846e 100644 --- a/src/de/steamwar/lobby/LobbySystem.java +++ b/src/de/steamwar/lobby/LobbySystem.java @@ -16,7 +16,7 @@ public class LobbySystem extends JavaPlugin { public void onEnable() { instance = this; - if(Config.WorldName == null) + if(Config.SpawnY == 0) shutdown(null); init();