Code Monkey home page Code Monkey logo

Comments (1)

P3pp3rF1y avatar P3pp3rF1y commented on July 16, 2024

My guess is that the SimpleShops are selling backpack with preset UUID which is going to be the same for every backpack bought that way. Which then means that such backpack will automatically get deduplicated using logic that's in the SB code, what that does is go through backpacks of all players online at the moment and collect UUIDs, as soon as it hits a backpack with UUID that it has already encountered it sets a new UUID for that backpack which effectively clears its contents.
So what I think happened there is that another player bought the backpack, the logic encountered their backpack first and then found yours and marked with new UUID making it empty. The other player would still have access to all the items that were in the backpack before.
Proper fix for this would be having the simpleshops sell backpack without uuid so that this won't happen again. I am closing this now but In case this is not what's happening for you and you have steps to recreate the issue (that I can use to recreate the issue for myself) let me know

from sophisticatedbackpacks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.