fixed error message
This commit is contained in:
@@ -475,7 +475,7 @@ public class Mods implements Loadable{
|
|||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
Core.app.post(() -> {
|
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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user