Wynntils interfering with scoreboards on non-Wynncraft servers
P0keDev opened this issue ยท 5 comments
Joining hypixel with artemis/wynntils is inherently risky. But other than that, this implies a problem with the impl
Joining hypixel with artemis/wynntils is inherently risky.
What makes you say this? Legacy Wynntils disables all game-altering features if you're not on Wynncraft, so there's no issues on any other servers. Artemis should do the same
We used to start all even handlers with a "if !onWorld return;", more or less. (There are exceptions for stuff happening before logon.) This has not been done consistently. (Thought I doubt my recent refactoring did anything to change this particular bug.)
We might even consider if we should move that logic to when we send out the event... That would make everything more robust. Care needs to be taken for events needed to confirm that we are online, though...
Fixing #23 would be a nice start