From 138b32c6c633bed21a8f3227126a7f71691030eb Mon Sep 17 00:00:00 2001 From: TheArturZh Date: Sun, 28 Apr 2024 19:48:54 +0300 Subject: [PATCH] Revert "Debug crash bandaid" This reverts commit 435566123e2a3d42b6ea4c567445c94c34571463. --- Resources/Prototypes/GameRules/roundstart.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index 9d0a193bf34c87..4d24bf967ca586 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -9,11 +9,11 @@ noSpawn: true parent: BaseGameRule id: SubGamemodesRule - components: [] - # - type: SubGamemodes - # rules: - # - id: Thief - # prob: 0.5 + components: + - type: SubGamemodes + rules: + - id: Thief + prob: 0.5 - type: entity id: DeathMatch31