BodyLocations should be FINALLY fine

This commit is contained in:
ZioPao
2024-03-20 00:27:00 +01:00
parent 509f03f2ef
commit 6e9e522731
6 changed files with 28 additions and 83 deletions

View File

@@ -44,6 +44,10 @@ function ItemsController.Player.RemoveClothingItem(playerObj, clothingItem)
playerObj:getInventory():Remove(clothingItem) -- Can be a InventoryItem too.. I guess? todo check it
TOC_DEBUG.print("found and deleted" .. tostring(clothingItem))
-- Reset model
playerObj:resetModelNextFrame()
return true
end
return false