Git Product home page Git Product logo

Comments (6)

CmdrJane avatar CmdrJane commented on July 16, 2024 1

Still happens in the latest version

from fabricwaystones.

Prophious avatar Prophious commented on July 16, 2024

i have the same issue, mine is on a private server, where i do have access to the files....

my issue is mostly where one waystone location is still there and several of them just send me to a random other discovered waystone and now it affects others on the server too

UPDATE:
one ultimate way to fix it is to remove a file in {yourworld}/data called waystones_waystones.dat

this will remove ALL waystone discoveries for everyone on the server

if you are on a public server i have yet to find a working fix, if on a private server where you do have access to the files then ya could at least ask ppl there if its ok to reset the waystone discoveries

single player should be the same location i mentioned

from fabricwaystones.

Greg-J avatar Greg-J commented on July 16, 2024

I don't understand how a bug like this exists...

from fabricwaystones.

Tsudico avatar Tsudico commented on July 16, 2024

Just from a brief look at the code, it appears the dat file (waystone database) is set to use the waystone name as it's id for waystones. This doesn't seem like a good idea since the name of the waystone can change. It would be better for the waystone to use the location of the waystone (x,y,z combined by hash?) so that it is unique and doesn't change over the lifetime of the waystone:

                String id;
                if (waystone != null) {
                    id = waystone.name;
                } else {
                    id = Utils.generateWaystoneName("");
                }

Has anyone experienced the problem of mixed up waystones without changing the original name of any of the waystones?

from fabricwaystones.

LordDeatHunter avatar LordDeatHunter commented on July 16, 2024

Does anyone have a server or something I can test this on? I've tried multiple times but I haven't been able to recreate the bug.
My discord is DH#9367

from fabricwaystones.

LordDeatHunter avatar LordDeatHunter commented on July 16, 2024

Fixed 👍

from fabricwaystones.

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.