From c295f9215abaf5f71e70d0dcb123d46e5515da51 Mon Sep 17 00:00:00 2001 From: cypress Date: Fri, 25 Aug 2023 21:31:38 -0400 Subject: [PATCH] SERVER: Fix Mysterybox denybuy.wav loop --- source/server/entities/machines.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/entities/machines.qc b/source/server/entities/machines.qc index fbfd534..b8b00c1 100644 --- a/source/server/entities/machines.qc +++ b/source/server/entities/machines.qc @@ -1523,6 +1523,7 @@ void() mystery_touch = if (other.button7 && !other.semiuse) { + other.semiuse = true; if (!self.boxstatus) { if (other.points >= 950) @@ -1542,7 +1543,6 @@ void() mystery_touch = } if (self.boxstatus == 2) { - other.semiuse = 1; if (self.owner == other) { other.reload_delay = 0;