Jump to content

Clean Sweeper gets Skin Blocked if exchanged between players


Viktor234
  • Fixed

Players sometimes become unable to reskin things with the Clean Sweeper if the Clean Sweeper has been exchanged between players because the Clean Sweeper tries to apply a skin on an item which isn't owned by the current user.


Steps to Reproduce

Check out Klei's code and realize that they refused to add a checker which checks whether the user of the Clean Sweeper does own the currently set skin.

Or in other words:

prefabs\reskin_tool.lua, line 106

            if curr_skin == tool._cached_reskinname[prefab_to_skin] then

is lacking a

or not TheInventory:CheckClientOwnership(tool.parent.userid, tool._cached_reskinname[prefab_to_skin])
  • Thanks 1



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...