Merge pull request #1534 from Areloch/EscapeMenuActionmapFixes

Fix escape menu keybind not working
This commit is contained in:
Brian Roberts 2025-08-11 09:19:24 -05:00 committed by GitHub
commit 0404b743f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 77 additions and 4 deletions

View file

@ -50,6 +50,7 @@ function Prototyping::onCreateClientConnection(%this)
dynamicTarget = false;
canInteract = true;
maxInteractDistance = "3";
active = false;
};
}