Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 18986fa

Browse files
committed
[testing respawn delay bug]
for some reason this bug only occurs for github action builds
1 parent 1085ef8 commit 18986fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/openhack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace openhack {
44
bool debugMode = false;
55

66
void initialize() {
7-
debugMode = utils::isKeyDown("Alt");
7+
debugMode = true;
88

99
utils::initRandom();
1010

0 commit comments

Comments
 (0)