mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-23 04:10:06 +00:00
Refactor group handling
This commit is contained in:
@@ -802,7 +802,7 @@ static void playerTick(CNServer *serv, time_t currTime) {
|
||||
|
||||
// group ticks
|
||||
if (plr->group != nullptr)
|
||||
Groups::groupTickInfo(plr);
|
||||
Groups::groupTickInfo(sock);
|
||||
|
||||
// do not tick dead players
|
||||
if (plr->HP <= 0)
|
||||
|
||||
Reference in New Issue
Block a user