Remove unused parameters and variables.
This commit is contained in:
committed by
abcdefg30
parent
07815143f1
commit
9d905d8291
@@ -85,7 +85,7 @@ namespace OpenRA.Mods.Cnc.Activities
|
||||
var cargo = self.TraitOrDefault<Cargo>();
|
||||
if (cargo != null && teleporter != null)
|
||||
{
|
||||
while (!cargo.IsEmpty(self))
|
||||
while (!cargo.IsEmpty())
|
||||
{
|
||||
var a = cargo.Unload(self);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user