Prototype health/ammo indication

This commit is contained in:
Anuken
2020-09-13 21:08:24 -04:00
parent be229f441e
commit 7ce93c7f85
28 changed files with 1694 additions and 1542 deletions
+2 -1
View File
@@ -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];