Skip to content

Commit 624897e

Browse files
Update Source/Lua/LuaBindingsInput.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 264b042 commit 624897e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Lua/LuaBindingsInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LuaBindingRegisterFunctionDefinitionForType(InputLuaBindings, InputElements) {
4444
luabind::value("INPUT_JUMP", InputElements::INPUT_JUMP),
4545
luabind::value("INPUT_CROUCH", InputElements::INPUT_PRONE), // awful, but script compat
4646
luabind::value("INPUT_PRONE", InputElements::INPUT_PRONE),
47-
// luabind::value("INPUT_SHIFT", InputElements::INPUT_SHIFT), // Comment out
47+
luabind::value("INPUT_SHIFT", InputElements::INPUT_SHIFT),
4848
luabind::value("INPUT_WALKCROUCH", InputElements::INPUT_CROUCH),
4949
luabind::value("INPUT_NEXT", InputElements::INPUT_NEXT),
5050
luabind::value("INPUT_PREV", InputElements::INPUT_PREV),

0 commit comments

Comments
 (0)