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 0 deletions
Showing only changes of commit 11c55cce29 - Show all commits

View File

@ -157,6 +157,7 @@ function mcl_experience.throw_xp(pos, total_xp)
end
function mcl_experience.update(player)
if not mcl_util or not mcl_util.is_player(player) then return end
local xp = mcl_experience.get_xp(player)
local cache = caches[player]