Turf Wars: Add comment on block physics event.
This commit is contained in:
parent
03c6395a30
commit
f6ce98f65b
@ -838,6 +838,8 @@ public class TurfForts extends TeamGame
|
||||
return _enemyTurf.get(player);
|
||||
}
|
||||
|
||||
// Keep ladders placed on ice when block updates occur.
|
||||
|
||||
@EventHandler
|
||||
public void onBlockPhysics(BlockPhysicsEvent event)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user