remove performance test
This commit is contained in:
@@ -284,10 +284,7 @@ namespace ReallifeGamemode.Server.Managers
|
||||
|
||||
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