diff options
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r-- | src/ingen/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp index 9c8bba3b..0767e328 100644 --- a/src/ingen/main.cpp +++ b/src/ingen/main.cpp @@ -142,6 +142,8 @@ main(int argc, char** argv) // If we don't have a local engine interface (for GUI), use network if (!engine_interface) { + ingen_try(world->load_module("client"), + "Unable to load client module"); const char* const uri = conf.option("connect").get_string(); ingen_try((engine_interface = world->interface(uri)), (string("Unable to create interface to `") + uri + "'").c_str()); |