skycatminepokie / mystical

Server-side Minecraft mod - Strange spells and anomilies, without breaking your world.
MIT License
5 stars 3 forks source link

Client crashes when joining server that's running mystical #151

Closed skycatminepokie closed 7 months ago

skycatminepokie commented 7 months ago

When both the client and a dedicated server are running mystical, the client will crash on join. Apparently, the world is considered to not be a client world, and results in trying to get the haven manager when it's not possible (the PersistentState is not available to the client).