diff options
author | sfan5 <sfan5@live.de> | 2019-11-08 20:54:25 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2019-11-09 16:08:38 +0100 |
commit | 7e649f985cf7b08d76366a7998e7c4f5a534c43e (patch) | |
tree | e1910c817bf2786ff4abd8335f99f2217e5258d1 /src/client | |
parent | b1f2a693820537c6ecd47b84056da136e2f9f563 (diff) | |
download | minetest-7e649f985cf7b08d76366a7998e7c4f5a534c43e.tar.gz minetest-7e649f985cf7b08d76366a7998e7c4f5a534c43e.tar.bz2 minetest-7e649f985cf7b08d76366a7998e7c4f5a534c43e.zip |
Corrections to client_lua_api.txt
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/client.cpp b/src/client/client.cpp index 3190641cf..fd7673a99 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -155,6 +155,7 @@ void Client::loadMods() // complain about mods with unsatisfied dependencies if (!modconf.isConsistent()) { modconf.printUnsatisfiedModsError(); + return; } // Print mods |