From 07b71e34fe6f748275b75b04af99d0a57f2fd003 Mon Sep 17 00:00:00 2001 From: ScriptedSnark <51358194+ScriptedSnark@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:25:25 +0500 Subject: [PATCH] Restore works again but not sure if it doesn't affect other ents :clueless: --- GSChaos/CChaos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSChaos/CChaos.cpp b/GSChaos/CChaos.cpp index 69bc77cb..f7a345f0 100644 --- a/GSChaos/CChaos.cpp +++ b/GSChaos/CChaos.cpp @@ -585,7 +585,7 @@ void CChaos::ResetStates() if (!(*sv_player)) return; - if (sv->state != ss_active) + if (sv->state == ss_dead) return; for (CChaosFeature* i : gChaosFeatures)