fix for displaying territorial movements

This commit is contained in:
phobia 2016-04-04 17:47:58 +10:00
parent 2e0c9d3965
commit 963bba06f7
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ public class PlayerEnterTerritoryEvent extends Event
_lastTerritory = lastTerritory; _lastTerritory = lastTerritory;
_newTerritory = newTerritory; _newTerritory = newTerritory;
_safe = safe; _safe = safe;
_sendMessage = sendMessage;
} }
public Player getPlayer() public Player getPlayer()