Skip to content
This repository has been archived by the owner on Oct 7, 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
Prevter committed May 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -4,7 +4,7 @@ namespace openhack {
bool debugMode = false;

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

utils::initRandom();

0 comments on commit 18986fa

Please sign in to comment.