bugfix
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ LOG_ERROR("checking IsPlayerAllowedToJoinCreateLimitRank() ");
|
|||||||
LOG_ERROR("num = " << num << " period " << period);
|
LOG_ERROR("num = " << num << " period " << period);
|
||||||
boost::mutex::scoped_lock lock(m_dataMutex);
|
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 count = 0;
|
||||||
int i=0;
|
int i=0;
|
||||||
|
|||||||
Reference in New Issue
Block a user