- Removal of additional command localization complexity

This commit is contained in:
Matthew Cech
2019-06-29 23:51:24 -07:00
parent 07613b3144
commit d054cf2036
2 changed files with 21 additions and 33 deletions
+2 -2
View File
@@ -125,8 +125,8 @@ public abstract class BaseLocFile implements IConfigSection
}
}
// Returns the value. If the localized string is empty,
// returns a the key instead which is the default phrase.
// Returns the localized string if available.
// If the localized string is empty, returns a the key instead as the default phrase.
public String getKey(String input)
{
if(localized == null)