Turf Wars: Add comment on block physics event.

This commit is contained in:
Thanos paravantis 2016-01-02 23:33:08 +02:00
parent 03c6395a30
commit f6ce98f65b
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{