summaryrefslogtreecommitdiffstats
path: root/src/mad-server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mad-server.cpp')
-rw-r--r--src/mad-server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mad-server.cpp b/src/mad-server.cpp
index 366ac61..3f8bdd6 100644
--- a/src/mad-server.cpp
+++ b/src/mad-server.cpp
@@ -39,7 +39,7 @@ int main() {
Server::Application application;
application.getConfigManager()->loadFile("mad-server.conf");
- application.getConfigManager()->finish();
+ application.getConfigManager()->configure();
while(true)
sleep(1000);