local fix, 1.3.0 rc1
This commit is contained in:
parent
0015592730
commit
4d1fa2f90c
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ public class Localization {
|
||||||
LocalizationString temp = LOCAL.get(key);
|
LocalizationString temp = LOCAL.get(key);
|
||||||
if(temp == null)
|
if(temp == null)
|
||||||
return new LocalizationString(key+" missing from localization.yml");
|
return new LocalizationString(key+" missing from localization.yml");
|
||||||
return temp;
|
return new LocalizationString(temp.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue