Skip to content

Commit 392132c

Browse files
legokidlogansarahsturgeon
authored andcommitted
Return
1 parent 2b67050 commit 392132c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/ulx/modules/sh/cfc_propify.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cmd.relativeDirFuncs = {
2020
[IN_BACK] = function( ang ) return -ang:Forward() end,
2121
[IN_MOVERIGHT] = function( ang ) return ang:Right() end,
2222
[IN_MOVELEFT] = function( ang ) return -ang:Right() end,
23-
[IN_JUMP] = function() jumpVector end
23+
[IN_JUMP] = function() return jumpVector end
2424
}
2525
local relativeDirFuncs = cmd.relativeDirFuncs
2626

0 commit comments

Comments
 (0)