mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-21 21:20:04 +00:00
Remove guard on PC_TICK
This commit is contained in:
parent
6f88613ede
commit
b0e2391f24
@ -908,10 +908,6 @@ static void playerTick(CNServer *serv, time_t currTime) {
|
||||
Player *plr = pair.second;
|
||||
bool transmit = false;
|
||||
|
||||
// don't tick players that haven't loaded in yet
|
||||
if (!plr->initialLoadDone)
|
||||
continue;
|
||||
|
||||
// group ticks
|
||||
if (plr->group != nullptr)
|
||||
Groups::groupTickInfo(sock);
|
||||
|
Loading…
Reference in New Issue
Block a user