forked from MineClone5/MineClone5
#198 Fix a crash, step 15
This commit is contained in:
parent
adec2cbeea
commit
d20551589f
|
@ -17,7 +17,7 @@ local is_sprinting = mcl_sprint.is_sprinting
|
|||
local exhaust = mcl_hunger.exhaust
|
||||
local playerphysics = playerphysics
|
||||
|
||||
local is_player = mcl_player.is_player
|
||||
local is_player = mcl_util.is_player
|
||||
|
||||
local vector = vector
|
||||
local math = math
|
||||
|
|
Loading…
Reference in New Issue