Replace Lazy trait lookups with INotifyCreated.

This commit is contained in:
Paul Chote
2017-05-28 14:25:11 +01:00
committed by atlimit8
parent 69587a2128
commit 34844e87a3
6 changed files with 33 additions and 22 deletions

View File

@@ -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));
}
}
}