Fix FreeActorWithDelivery not being properly conditional

This commit is contained in:
abcdefg30
2020-02-03 19:12:49 +01:00
committed by Matthias Mailänder
parent eb007fc43c
commit a7d5b7b8b0
3 changed files with 18 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ namespace OpenRA.Mods.Common.Traits
public class FreeActor : ConditionalTrait<FreeActorInfo>
{
bool allowSpawn;
protected bool allowSpawn;
public FreeActor(ActorInitializer init, FreeActorInfo info)
: base(info)