Improper method point in ItemMixin:GetItemID
ItemMixin:GetItemID calls `self.HasItemLocation()` on in ItemUtil.lua:108
HasItemLocation references self but because the pointer used is not a proper method call self is nil
Should be changed to `self:HasItemLocation()`
issue