remove performance test

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

View File

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