From 18986fadd883a20cfdabcbd118ab11d6e191a955 Mon Sep 17 00:00:00 2001 From: Oleksandr Nemesh Date: Fri, 17 May 2024 22:36:49 +0300 Subject: [PATCH] [testing respawn delay bug] for some reason this bug only occurs for github action builds --- src/shared/openhack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/openhack.cpp b/src/shared/openhack.cpp index 13a6cb9..4a7e975 100644 --- a/src/shared/openhack.cpp +++ b/src/shared/openhack.cpp @@ -4,7 +4,7 @@ namespace openhack { bool debugMode = false; void initialize() { - debugMode = utils::isKeyDown("Alt"); + debugMode = true; utils::initRandom();