remove performance test

This commit is contained in:
hydrant
2021-05-29 00:17:35 +02:00
parent da0140a50d
commit b8395bd0b6

View File

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