Fix: All players had speed boost, including hiders
This commit is contained in:
parent
40a879b0b9
commit
e6d7c366ec
@ -125,7 +125,7 @@ public class ArenaHandler {
|
|||||||
player.getInventory().setBoots(new ItemStack(Material.AIR));
|
player.getInventory().setBoots(new ItemStack(Material.AIR));
|
||||||
player.setFlying(false);
|
player.setFlying(false);
|
||||||
player.setAllowFlight(false);
|
player.setAllowFlight(false);
|
||||||
player.setWalkSpeed(0.3F);
|
player.setWalkSpeed(0.2F);
|
||||||
|
|
||||||
// Fix for client not showing players after
|
// Fix for client not showing players after
|
||||||
// they join
|
// they join
|
||||||
|
Loading…
x
Reference in New Issue
Block a user