Adjust some frametiming stuff (#6496)
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Content.Server.Botany.Systems
|
||||
if (_timer < 3f)
|
||||
return;
|
||||
|
||||
_timer = 0f;
|
||||
_timer -= 3f;
|
||||
|
||||
foreach (var plantHolder in EntityManager.EntityQuery<PlantHolderComponent>())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user