diff --git a/OpenRA.Mods.Common/ActorIndex.cs b/OpenRA.Mods.Common/ActorIndex.cs index 71f27c92e6..0ae2418c4e 100644 --- a/OpenRA.Mods.Common/ActorIndex.cs +++ b/OpenRA.Mods.Common/ActorIndex.cs @@ -26,7 +26,7 @@ namespace OpenRA.Mods.Common public IReadOnlyCollection Actors => actors; - ActorIndex(World world, IEnumerable initialActorsToIndex) + protected ActorIndex(World world, IEnumerable initialActorsToIndex) { this.world = world; world.ActorAdded += AddActor;