Remove unused parameters and variables.
This commit is contained in:
committed by
abcdefg30
parent
07815143f1
commit
9d905d8291
@@ -61,7 +61,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
if (targetActor != enterActor)
|
||||
return;
|
||||
|
||||
if (!enterCargo.CanLoad(enterActor, self))
|
||||
if (!enterCargo.CanLoad(self))
|
||||
return;
|
||||
|
||||
enterCargo.Load(enterActor, self);
|
||||
|
||||
Reference in New Issue
Block a user