Update Fork #1

Merged
chmodsayshello merged 696 commits from MineClone5/MineClone5:master into master 2022-03-23 14:40:26 +01:00
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