PC-633
Allows humans in Wither Assault to place blocks under the map, allowing them to no longer get stuck
This commit is contained in:
parent
aae24d862a
commit
7940eeb0ee
@ -271,13 +271,6 @@ public class WitherGame extends TeamGame implements IBlockRestorer
|
||||
return;
|
||||
}
|
||||
|
||||
if(event.getBlock().getLocation().getBlockY() < _maxY - 4)
|
||||
{
|
||||
event.getPlayer().sendMessage(F.main("BlockChecker", "You may not build under this height!"));
|
||||
event.setCancelled(true);
|
||||
return;
|
||||
}
|
||||
|
||||
_locationsOfBlocks.add(event.getBlock().getLocation());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user