Try to get survival  on lobby spawn
This commit is contained in:
CrazyCloudCraft | Argantiu 2022-09-07 10:20:57 +02:00 committed by GitHub
parent 16cd5095ac
commit da65828664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ public class WSCommands {
}
p.teleport(PluginConfig.getSpawn(p));
p.setGameMode(PluginConfig.getSpawnGamemode());
p.setGameMode(GameMode.SURVIVAL);//p.setGameMode(PluginConfig.getSpawnGamemode());
World w = Bukkit.getWorld(p.getWorld().getName());
SystemWorld.tryUnloadLater(w);
} else {