last bugfixes for sqlite-log; activating sqlite-log for release version 0.9.1
This commit is contained in:
@@ -319,7 +319,6 @@ Log::logPlayerAction(string playerName, PlayerActionLog action, int amount)
|
||||
if(nRow_Player == 1) {
|
||||
logPlayerAction(boost::lexical_cast<int>(result_Player[1]), action, amount);
|
||||
} else {
|
||||
cout << sql_select << endl;
|
||||
cout << "Implausible information about player " << playerName << " in log-db!" << endl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user