@@ -494,7 +494,11 @@ public class Vars implements Loadable{
|
||||
|
||||
//router
|
||||
if(locale.toString().equals("router")){
|
||||
bundle.debug("router");
|
||||
I18NBundle defBundle = I18NBundle.createBundle(Core.files.internal("bundles/bundle"));
|
||||
String router = Character.toString(Iconc.blockRouter);
|
||||
for(String s : bundle.getKeys()){
|
||||
bundle.getProperties().put(s, Strings.stripColors(defBundle.get(s)).replaceAll("\\S", router));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user