From cc0a4412a4ac7f1f78ef7e644a0c06c6dd6dd129 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 26 Aug 2008 17:42:30 +0000 Subject: improved dust rendering --- src/core/gameserver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/gameserver.cc') diff --git a/src/core/gameserver.cc b/src/core/gameserver.cc index ea97eaf..5e1165d 100644 --- a/src/core/gameserver.cc +++ b/src/core/gameserver.cc @@ -121,7 +121,7 @@ GameServer::GameServer() : GameInterface() return; } - load_config(); + //load_config(); //FIXME interferes with command line because of cmd.exec // set the name of the game core::Cvar::set("g_name", server_module->name().c_str(), core::Cvar::Game | core::Cvar::ReadOnly); -- cgit v1.2.3