mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Code comments.
This commit is contained in:
parent
332a59f3fc
commit
4722e687fa
1 changed files with 2 additions and 0 deletions
|
@ -558,6 +558,8 @@ public class Settings implements ISettings
|
|||
return config.getString("locale", "");
|
||||
}
|
||||
|
||||
//This method should always only return one character due to the implementation of the calling methods
|
||||
//If you need to use a string currency, for example "coins", use the translation key 'currency'.
|
||||
@Override
|
||||
public String getCurrencySymbol()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue