
Unlocking new waypoint not placed by yourself crashes client on modded multiplayer
marxismpotato opened this issue ยท 1 comments
Minecraft Version
1.20.1 (LTS)
Mod Loader
Fabric
Describe the Issue
For my modded multiplayer server, when opening a new waystone that another player placed, the client immediately crashes. It first briefly shows a "Saving World..." screen, before the client crashes. The waystones work normally when placed by yourself, and their presence and generation are okay.
Logs
Also here is the modlist.
This is caused by Surveystones, not Waystones.
java.lang.NullPointerException: Cannot invoke "folk.sisby.surveyor.landmark.WorldLandmarks.put(net.minecraft.class_1937, folk.sisby.surveyor.landmark.Landmark)" because the return value of "folk.sisby.surveyor.WorldSummary.landmarks()" is null
at knot//folk.sisby.surveystones.BlaystoneEvents.addWaystone(BlaystoneEvents.java:35)
at knot//folk.sisby.surveystones.BlaystoneEvents.updateWaystone(BlaystoneEvents.java:31)
at knot//folk.sisby.surveystones.BlaystoneEvents.activateWaystone(BlaystoneEvents.java:44)