mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-27 04:55:25 +01:00
Missed setting the gamemode on join!
This commit is contained in:
parent
8be674d8ec
commit
3e529e5d0e
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -328,6 +328,7 @@ public class Arena
|
||||
}
|
||||
p.setHealth(20);
|
||||
p.setFoodLevel(20);
|
||||
p.setGameMode(GameMode.SURVIVAL);
|
||||
movePlayerToLobby(p);
|
||||
|
||||
// Notify listeners.
|
||||
|
Loading…
Reference in New Issue
Block a user