Run spell check over solution.
This commit is contained in:
committed by
Matthias Mailänder
parent
ebf90970b2
commit
96de59f75a
@@ -124,7 +124,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
if (!IsInterruptible)
|
||||
return;
|
||||
|
||||
// This nulls caryall storage, so to avoid deleting units make sure it is not called while carrying one.
|
||||
// This nulls carryall storage, so to avoid deleting units make sure it is not called while carrying one.
|
||||
if (carryall.State == Carryall.CarryallState.Reserved)
|
||||
carryall.UnreserveCarryable(self);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user