test performance

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

View File

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