This constant could be useful to other plugins.
This commit is contained in:
@ -23,7 +23,7 @@ public class ExtractorFactionAccountId implements Extractor
|
||||
{
|
||||
String factionId = ((Faction)o).getId();
|
||||
if (factionId == null) return null;
|
||||
return "faction-"+factionId;
|
||||
return Factions.FACTION_MONEY_ACCOUNT_ID_PREFIX + factionId;
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user