Use original values for balance tags.

Lots of reports of no balance showing up.
This commit is contained in:
drtshock
2015-05-14 09:01:43 -05:00
parent 6d17855586
commit ec202c0fbf
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ public enum TagReplacer {
*/
PLAYER_GROUP(TagType.PLAYER, "{group}"),
LAST_SEEN(TagType.PLAYER, "{lastSeen}"),
PLAYER_BALANCE(TagType.PLAYER, "{player-balance}"),
PLAYER_BALANCE(TagType.PLAYER, "{balance}"),
/**
* Faction variables, require at least a player
@@ -57,7 +57,7 @@ public enum TagReplacer {
DESCRIPTION(TagType.FACTION, "{description}"),
CREATE_DATE(TagType.FACTION, "{create-date}"),
LAND_REFUND(TagType.FACTION, "{land-refund}"),
BANK_BALANCE(TagType.FACTION, "{balance}"),
BANK_BALANCE(TagType.FACTION, "{faction-balance}"),
ALLIES_COUNT(TagType.FACTION, "{allies}"),
ENEMIES_COUNT(TagType.FACTION, "{enemies}"),
ONLINE_COUNT(TagType.FACTION, "{online}"),