remove performance test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user