Fix variable typo
{lastSeen} is what we should use as it is legacy.
This commit is contained in:
parent
a068583678
commit
46f4f3b7ac
@ -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}"),
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user