Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
[testing respawn delay bug]
Browse files Browse the repository at this point in the history
for some reason this bug only occurs for github action builds
  • Loading branch information
Prevter committed May 17, 2024
1 parent 1085ef8 commit 18986fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/openhack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace openhack {
bool debugMode = false;

void initialize() {
debugMode = utils::isKeyDown("Alt");
debugMode = true;

utils::initRandom();

Expand Down

0 comments on commit 18986fa

Please sign in to comment.