Fix variable typo

{lastSeen} is what we should use as it is legacy.
This commit is contained in:
Nick Porillo 2015-05-12 22:05:32 -04:00
parent a068583678
commit 46f4f3b7ac
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public enum TagReplacer {
* Player variables, require a player
*/
PLAYER_GROUP(TagType.PLAYER, "{group}"),
LAST_SEEN(TagType.PLAYER, "{last-seen}"),
LAST_SEEN(TagType.PLAYER, "{lastSeen}"),
PLAYER_BALANCE(TagType.PLAYER, "{player-balance}"),
/**