Move EnterBehaviour behaviour to Enter.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
readonly BridgeHut hut;
|
||||
|
||||
public RepairBridge(Actor self, Actor target)
|
||||
: base(self, target)
|
||||
: base(self, target, EnterBehaviour.Dispose)
|
||||
{
|
||||
hut = target.Trait<BridgeHut>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user