diff options
Diffstat (limited to 'tests/ingen_test.cpp')
-rw-r--r-- | tests/ingen_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 1eb184e4..5f0f6772 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -104,7 +104,7 @@ main(int argc, char** argv) free(real_start_graph); // Load modules - ingen_try(world->load_module("server_profiled"), + ingen_try(world->load_module("server"), "Unable to load server module"); // Initialise engine |