test performance

This commit is contained in:
hydrant
2021-05-29 00:11:21 +02:00
parent 445f162b64
commit da0140a50d

View File

@@ -283,8 +283,11 @@ namespace ReallifeGamemode.Server.Managers
_currentCannabisData = activePlants;
NAPI.Pools.GetAllPlayers().ForEach(p =>
{
for(int i = 0; i < 20; i++)
{
UpdateHanfForPlayer(p, activePlants);
}
});
}