Replaced '$' formatting with '@'

This commit is contained in:
Anuken
2020-08-04 10:18:01 -04:00
parent 8dd4839f53
commit f60afc39f1
68 changed files with 458 additions and 458 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ public class Net{
}
if(isError){
ui.showException("$error.any", e);
ui.showException("@error.any", e);
}else{
ui.showText("", Core.bundle.format("connectfail", error));
}