This commit is contained in:
Kai Philipp
2019-09-15 19:50:47 +02:00
parent 1e985d9069
commit 0341c26559
+1 -1
View File
@@ -275,7 +275,7 @@ LOG_ERROR("checking IsPlayerAllowedToJoinCreateLimitRank() ");
LOG_ERROR("num = " << num << " period " << period);
boost::mutex::scoped_lock lock(m_dataMutex);
long then = (long)time(NULL) - (long)(stoi(period) * 10);
long then = (long)time(NULL) - (long)(stoi(period) * 60);
int count = 0;
int i=0;