Nebual / sandbox-plus

A community fork of Facepunch's Sandbox gamemode for s&box, with tweaks to allow modular addons, like Wirebox, to extend it further
MIT License
16 stars 9 forks source link

[Bug] Double-space noclip shortcut only works when no other keys are pressed #34

Open Hri7566 opened 1 year ago

Hri7566 commented 1 year ago

When pressing space twice to toggle noclip, no other keys can be held at the same time.

Kolya142 commented 1 year ago

from original sandbox mode

Kolya142 commented 1 year ago

i find it: if ( InputDirection.y != 0 || InputDirection.x != 0f ) { timeSinceJumpReleased = 1; } file: code/Player.cs, line: 184