diff options
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp index 57f59793..f93e333b 100644 --- a/src/ingen/main.cpp +++ b/src/ingen/main.cpp @@ -119,8 +119,8 @@ main(int argc, char** argv) // Run engine if (conf.option("engine").get_bool()) { - ingen_try(world->load_module("engine"), - "Unable to load engine module"); + ingen_try(world->load_module("server"), + "Unable to load server module"); ingen_try(world->local_engine(), "Unable to create engine"); |