This commit is contained in:
Kai Philipp
2019-09-15 19:42:13 +02:00
parent f901d63298
commit 0622ed28a1
+1 -1
View File
@@ -282,7 +282,7 @@ LOG_ERROR("checking IsPlayerAllowedToJoinCreateLimitRank() ");
for(std::vector<long>::iterator timeStamp = m_last_games.begin(); timeStamp != m_last_games.end(); ++timeStamp) {
LOG_ERROR("timeStamp " << *timeStamp);
time_t ts = (time_t)*timeStamp;
if(*ts > then){
if(ts > then){
LOG_ERROR("counting timeStamp in time " << ctime(&ts));
count++;
}else{