debug
This commit is contained in:
@@ -47,6 +47,8 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <mysql++.h>
|
#include <mysql++.h>
|
||||||
|
|
||||||
|
#include <core/loghelper.h> // @TODO: remove in productive
|
||||||
|
|
||||||
#define QUERY_NICK_PREPARE "nick_template"
|
#define QUERY_NICK_PREPARE "nick_template"
|
||||||
#define QUERY_LOGIN_PREPARE "login_template"
|
#define QUERY_LOGIN_PREPARE "login_template"
|
||||||
#define QUERY_AVATAR_BLACKLIST_PREPARE "avatar_blacklist_template"
|
#define QUERY_AVATAR_BLACKLIST_PREPARE "avatar_blacklist_template"
|
||||||
|
|||||||
@@ -828,7 +828,6 @@ ServerGameStateStartGame::TimerTimeout(const boost::system::error_code &ec, boos
|
|||||||
void
|
void
|
||||||
ServerGameStateStartGame::DoStart(boost::shared_ptr<ServerGame> server)
|
ServerGameStateStartGame::DoStart(boost::shared_ptr<ServerGame> server)
|
||||||
{
|
{
|
||||||
LOG_ERROR("DoStart() entered.");
|
|
||||||
PlayerDataList tmpPlayerList(server->InternalStartGame());
|
PlayerDataList tmpPlayerList(server->InternalStartGame());
|
||||||
if (tmpPlayerList.size() <= 1) {
|
if (tmpPlayerList.size() <= 1) {
|
||||||
if (!tmpPlayerList.empty()) {
|
if (!tmpPlayerList.empty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user