#198 Fix a crash, step 15

This commit is contained in:
kay27 2022-02-14 06:29:53 +04:00
parent adec2cbeea
commit d20551589f
1 changed files with 1 additions and 1 deletions

View File

@ -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