Removed quote requirement for events

This commit is contained in:
Anuken
2020-05-04 18:05:47 -04:00
parent a4bd1dcc6d
commit 4161698bb8
5 changed files with 72 additions and 18 deletions

View File

@@ -374,7 +374,7 @@ public class Mods implements Loadable{
private void checkWarnings(){
//show 'scripts have errored' info
if(scripts != null && scripts.hasErrored()){
ui.showErrorMessage("$mod.scripts.unsupported");
ui.showErrorMessage("$mod.scripts.disable");
}
//show list of errored content