Skip to content

Commit

Permalink
What changes didnt it save?
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb committed Apr 17, 2024
1 parent 79c5f50 commit ae1a317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mangosd/CliRunnable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ int checkStopped()
void CliRunnable::operator()()
{
// Init new SQL thread for the world database (one connection call enough)
WorldDatabase.ThreadStart(); // let thread do safe mySQL requests
WorldDatabase.ThreadStart(); // let thread do safe mySQL requests

// Display the list of available CLI functions then beep
if (sConfig.GetBoolDefault("BeepAtStart", true))
printf("\a"); // \a = Alert
printf("\a"); // \a = Alert

rl_event_hook = &checkStopped;
// TODO: tab completion
Expand Down

0 comments on commit ae1a317

Please sign in to comment.