find/replace "Game.world." -> "self.World." in all traits and activities.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace OpenRa.Mods.RA.Activities
|
||||
}
|
||||
|
||||
// the engineer is sacrificed.
|
||||
Game.world.AddFrameEndTask(w => w.Remove(self));
|
||||
self.World.AddFrameEndTask(w => w.Remove(self));
|
||||
|
||||
return NextActivity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user