This commit is contained in:
Kai Philipp
2019-09-11 04:45:58 +02:00
parent 1c71253efe
commit 86e348ed94
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -47,6 +47,8 @@
#include <sstream>
#include <mysql++.h>
#include <core/loghelper.h> // @TODO: remove in productive
#define QUERY_NICK_PREPARE "nick_template"
#define QUERY_LOGIN_PREPARE "login_template"
#define QUERY_AVATAR_BLACKLIST_PREPARE "avatar_blacklist_template"
-1
View File
@@ -828,7 +828,6 @@ ServerGameStateStartGame::TimerTimeout(const boost::system::error_code &ec, boos
void
ServerGameStateStartGame::DoStart(boost::shared_ptr<ServerGame> server)
{
LOG_ERROR("DoStart() entered.");
PlayerDataList tmpPlayerList(server->InternalStartGame());
if (tmpPlayerList.size() <= 1) {
if (!tmpPlayerList.empty()) {