Rename EmitInfantryOnSell and remove default actor type.

This commit is contained in:
lawando
2018-06-01 10:15:11 +02:00
committed by reaperrr
parent 3d79541148
commit 7dd64445fc
12 changed files with 76 additions and 29 deletions

View File

@@ -52,7 +52,8 @@ namespace OpenRA.Mods.Common.UpdateRules
new AddEditorPlayer(),
new RemovePaletteFromCurrentTileset(),
new DefineLocomotors(),
new DefineOwnerLostAction()
new DefineOwnerLostAction(),
new RenameEmitInfantryOnSell()
})
};