Fix: All players had speed boost, including hiders

This commit is contained in:
addstar 2014-08-11 14:36:59 +10:00
parent 40a879b0b9
commit e6d7c366ec

View File

@ -125,7 +125,7 @@ public class ArenaHandler {
player.getInventory().setBoots(new ItemStack(Material.AIR));
player.setFlying(false);
player.setAllowFlight(false);
player.setWalkSpeed(0.3F);
player.setWalkSpeed(0.2F);
// Fix for client not showing players after
// they join