Bugfix: Stagger update message was not displaying correctly when manually unstaggering oneself

This commit is contained in:
BeautiDemise
2024-08-23 19:27:58 +02:00
parent 5a36e100c4
commit 9cafe440e3
+1 -1
View File
@@ -11334,7 +11334,7 @@ getSectionIDs(`repeating_global`, idarray => {
else if (currentstate == "Staggered" && stateduration < statedurationmax) {
messageDescription = langStateDurationMultiRound;
}
else if (currentstate != "Staggered" && stateduration == 0) {
else if (currentstate != "Staggered") {
messageDescription = langStateFalse;
}