You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not tested this but currently Chunks.java and ChunkSaveCommand.java use Minecraft.getMinecraft().getIntegratedServer(), while this causes no issues while running purely client side there are likely to be crashes or errors on the server side. A better approach to getting the world folder root that works on both sides would be DimensionManager.getCurrentSaveRootDirectory()
The text was updated successfully, but these errors were encountered:
I have not tested this but currently Chunks.java and ChunkSaveCommand.java use Minecraft.getMinecraft().getIntegratedServer(), while this causes no issues while running purely client side there are likely to be crashes or errors on the server side. A better approach to getting the world folder root that works on both sides would be DimensionManager.getCurrentSaveRootDirectory()
The text was updated successfully, but these errors were encountered: