Probably fix thirst mispredict (#9656)

* Probably fix thirst mispredict

* thanks rider
This commit is contained in:
metalgearsloth
2022-07-13 03:45:30 +10:00
committed by GitHub
parent 9ed9888f86
commit 365f388b8e
3 changed files with 19 additions and 8 deletions

View File

@@ -13,8 +13,6 @@ namespace Content.Server.Nutrition.Components
[Dependency] private readonly IEntityManager _entMan = default!;
[Dependency] private readonly IRobustRandom _random = default!;
private float _accumulatedFrameTime;
// Base stuff
[ViewVariables(VVAccess.ReadWrite)]
public float BaseDecayRate