mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-01-11 19:00:38 +01:00
Simple attempt at anti-flying.
This commit is contained in:
parent
ddeb0cef44
commit
72aba03400
@ -454,6 +454,7 @@ public class ArenaImpl implements Arena
|
||||
}
|
||||
|
||||
p.teleport(region.getArenaWarp());
|
||||
p.setFlying(false);
|
||||
//movePlayerToLocation(p, region.getArenaWarp());
|
||||
setHealth(p, 20);
|
||||
p.setFoodLevel(20);
|
||||
|
Loading…
Reference in New Issue
Block a user