Skip to content

Commit

Permalink
Restore works again but not sure if it doesn't affect other ents :clu…
Browse files Browse the repository at this point in the history
…eless:
  • Loading branch information
ScriptedSnark committed Apr 8, 2024
1 parent 3a33671 commit 07b71e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GSChaos/CChaos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 07b71e3

Please sign in to comment.