Test Pull Request #4

Closed
chmodsayshello wants to merge 718 commits from Lodestone into mcl_sus_stew
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d20551589f - Show all commits

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