Speed Boots [Tier 3 Civ-Service] (#21438)
* Speed Boots * validate * monkey
This commit is contained in:
@@ -22,7 +22,7 @@ public sealed partial class PowerCellSystem
|
||||
if (!comp.Drawing)
|
||||
continue;
|
||||
|
||||
if (_timing.CurTime < comp.NextUpdateTime)
|
||||
if (Timing.CurTime < comp.NextUpdateTime)
|
||||
continue;
|
||||
|
||||
comp.NextUpdateTime += Delay;
|
||||
|
||||
Reference in New Issue
Block a user