debug
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user