fixed warnings for VC++

This commit is contained in:
2020-08-22 13:38:27 -05:00
parent 2072bdcff7
commit 35b424c531
6 changed files with 11 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ void CNShardServer::killConnection(CNSocket* cns) {
}
void CNShardServer::onTimer() {
long int currTime = getTime();
uint64_t currTime = getTime();
auto cachedPlayers = PlayerManager::players;