mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[10082] Drop now unused dotconfpp lib code.
This commit is contained in:
parent
41d178ca7b
commit
1eed65d5ac
29 changed files with 30 additions and 1237 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include "ScriptCalls.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "WorldSession.h"
|
||||
#include "Config/ConfigEnv.h"
|
||||
#include "Config/Config.h"
|
||||
#include "Util.h"
|
||||
#include "AccountMgr.h"
|
||||
#include "CliRunnable.h"
|
||||
|
|
@ -629,7 +629,7 @@ void CliRunnable::run()
|
|||
///- Display the list of available CLI functions then beep
|
||||
sLog.outString();
|
||||
|
||||
if(sConfig.GetBoolDefault("BeepAtStart", true))
|
||||
if (sConfig.GetBoolDefault("BeepAtStart", true))
|
||||
printf("\a"); // \a = Alert
|
||||
|
||||
// print this here the first time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue