From 2d02bcb1ab8e5e06aa1372c06a39ef3151f2cb2b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Apr 2011 21:30:25 +0000 Subject: Load correct engine/server module name. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3197 a436a847-0d15-0410-975c-d299462d15a1 --- src/ingen/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ingen') 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"); -- cgit v1.2.1