mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Corrections to client_lua_api.txt
This commit is contained in:
parent
b1f2a69382
commit
7e649f985c
2 changed files with 24 additions and 24 deletions
|
@ -155,6 +155,7 @@ void Client::loadMods()
|
|||
// complain about mods with unsatisfied dependencies
|
||||
if (!modconf.isConsistent()) {
|
||||
modconf.printUnsatisfiedModsError();
|
||||
return;
|
||||
}
|
||||
|
||||
// Print mods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue