Replace Lazy trait lookups with INotifyCreated.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenRA.Mods.D2k.Traits
|
||||
return;
|
||||
|
||||
self.CancelActivity();
|
||||
self.QueueActivity(new SwallowActor(self, target, a, facing.Value));
|
||||
self.QueueActivity(new SwallowActor(self, target, a, facing));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user