diff options
| author | Spp <spp@jorge.gr> | 2011-09-28 13:00:43 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2011-09-28 13:00:43 +0200 |
| commit | be12603150d8392ce1596dddc7d01ff716e1e67e (patch) | |
| tree | 94d64c59f7c9c20b1bfb1f41a7410c7aca8d406a /src/server/worldserver/CommandLine | |
| parent | 71228f90bb281f07901859272b4868b7d63a6eea (diff) | |
Configuration/ConfigMgr: converted from singleton to namespace with free functions.
Diffstat (limited to 'src/server/worldserver/CommandLine')
| -rwxr-xr-x | src/server/worldserver/CommandLine/CliRunnable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/CommandLine/CliRunnable.cpp b/src/server/worldserver/CommandLine/CliRunnable.cpp index 3fd47c42dc3..794f79f536d 100755 --- a/src/server/worldserver/CommandLine/CliRunnable.cpp +++ b/src/server/worldserver/CommandLine/CliRunnable.cpp @@ -566,7 +566,7 @@ void CliRunnable::run() rl_attempted_completion_function = cli_completion; rl_event_hook = cli_hook_func; #endif - if (sConfig->GetBoolDefault("BeepAtStart", true)) + if (ConfigMgr::GetBoolDefault("BeepAtStart", true)) printf("\a"); // \a = Alert // print this here the first time |
