Prototype health/ammo indication
This commit is contained in:
@@ -214,7 +214,8 @@ public class Vars implements Loadable{
|
||||
|
||||
if(loadLocales){
|
||||
//load locales
|
||||
String[] stra = Core.files.internal("locales").readString().split("\n");
|
||||
String[]
|
||||
stra = Core.files.internal("locales").readString().split("\n");
|
||||
locales = new Locale[stra.length];
|
||||
for(int i = 0; i < locales.length; i++){
|
||||
String code = stra[i];
|
||||
|
||||
Reference in New Issue
Block a user