summaryrefslogtreecommitdiff
path: root/src/client/client.cpp
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2019-11-08 20:54:25 +0100
committersfan5 <sfan5@live.de>2019-11-09 16:08:38 +0100
commit7e649f985cf7b08d76366a7998e7c4f5a534c43e (patch)
treee1910c817bf2786ff4abd8335f99f2217e5258d1 /src/client/client.cpp
parentb1f2a693820537c6ecd47b84056da136e2f9f563 (diff)
downloadminetest-7e649f985cf7b08d76366a7998e7c4f5a534c43e.tar.gz
minetest-7e649f985cf7b08d76366a7998e7c4f5a534c43e.tar.bz2
minetest-7e649f985cf7b08d76366a7998e7c4f5a534c43e.zip
Corrections to client_lua_api.txt
Diffstat (limited to 'src/client/client.cpp')
-rw-r--r--src/client/client.cpp1
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