From 88391391b2f31e769311b213f686f50c7f4681da Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Fri, 19 Aug 2016 19:11:22 +0200 Subject: [PATCH] Fix disabling the CrateSpawner the wrong way In multiplayer maps, disabling the CrateSpawner by removing the trait leads to error messages in the lobby when you click on the "Crate" checkbox. --- mods/ra/rules/campaign-rules.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/ra/rules/campaign-rules.yaml b/mods/ra/rules/campaign-rules.yaml index 4a57916e0e..89e8ace4fe 100644 --- a/mods/ra/rules/campaign-rules.yaml +++ b/mods/ra/rules/campaign-rules.yaml @@ -12,7 +12,9 @@ Player: DefaultCash: 0 World: - -CrateSpawner: + CrateSpawner: + Enabled: False + Locked: True -SpawnMPUnits: -MPStartLocations: ObjectivesPanel: