fixed error message

This commit is contained in:
DeltaNedas
2020-02-02 12:58:00 +00:00
parent 49ab7ceb77
commit d84217300c

View File

@@ -475,7 +475,7 @@ public class Mods implements Loadable{
}
}else{
Core.app.post(() -> {
Log.err("No main.js found for mod {1}.", mod.meta.name);
Log.err("No main.js found for mod {0}.", mod.meta.name);
});
}
}