test performance
This commit is contained in:
@@ -283,8 +283,11 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
_currentCannabisData = activePlants;
|
_currentCannabisData = activePlants;
|
||||||
|
|
||||||
NAPI.Pools.GetAllPlayers().ForEach(p =>
|
NAPI.Pools.GetAllPlayers().ForEach(p =>
|
||||||
|
{
|
||||||
|
for(int i = 0; i < 20; i++)
|
||||||
{
|
{
|
||||||
UpdateHanfForPlayer(p, activePlants);
|
UpdateHanfForPlayer(p, activePlants);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user