Move EnterBehaviour behaviour to Enter.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
Cargo cargo;
|
||||
|
||||
public EnterTransport(Actor self, Actor transport, int maxTries = 0, bool targetCenter = false)
|
||||
: base(self, transport, maxTries, targetCenter)
|
||||
: base(self, transport, EnterBehaviour.Exit, maxTries, targetCenter)
|
||||
{
|
||||
this.transport = transport;
|
||||
this.maxTries = maxTries;
|
||||
|
||||
Reference in New Issue
Block a user