mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-10 14:33:33 +01:00
Update SystemWorld.java
This commit is contained in:
parent
fd85733cad
commit
16cd5095ac
@ -420,7 +420,7 @@ public class SystemWorld {
|
|||||||
if (PluginConfig.isSurvival()) {
|
if (PluginConfig.isSurvival()) {
|
||||||
p.setGameMode(GameMode.SURVIVAL);
|
p.setGameMode(GameMode.SURVIVAL);
|
||||||
} else {
|
} else {
|
||||||
p.setGameMode(GameMode.SURVIVAL); //p.setGameMode(GameMode.CREATIVE); //Fixed spawn in other worlds with creative
|
p.setGameMode(GameMode.CREATIVE); //p.setGameMode(GameMode.CREATIVE); //Fixed spawn in other worlds with creative
|
||||||
}
|
}
|
||||||
|
|
||||||
OfflinePlayer owner = PlayerWrapper.getOfflinePlayer(WorldConfig.getWorldConfig(worldname).getOwner());
|
OfflinePlayer owner = PlayerWrapper.getOfflinePlayer(WorldConfig.getWorldConfig(worldname).getOwner());
|
||||||
|
Loading…
Reference in New Issue
Block a user