Archiviert
13
0

completely new lobby system

Dieser Commit ist enthalten in:
Yaruma3341 2020-01-19 16:54:06 +01:00
Ursprung c32b7e80b2
Commit 342200def9

Datei anzeigen

@ -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();