Fix RCS1089
This commit is contained in:
@@ -714,7 +714,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
return;
|
||||
|
||||
RemainingCost -= costThisFrame;
|
||||
RemainingTime -= 1;
|
||||
RemainingTime--;
|
||||
if (RemainingTime > 0)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user