Add EditorPlayer to all mods
To prevent the editor from loading unnecessary or even incompatible player traits.
This commit is contained in:
@@ -45,7 +45,8 @@ namespace OpenRA.Mods.Common.UpdateRules
|
||||
new DefineSoundDefaults(),
|
||||
new RenameWormSpawner(),
|
||||
new RemoveWithReloadingSpriteTurret(),
|
||||
new IgnoreAbstractActors()
|
||||
new IgnoreAbstractActors(),
|
||||
new AddEditorPlayer()
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user