[Bug] Revoking ownership will crash when pressing save
Fourmisain opened this issue ยท 0 comments
Here's the mentioned bug I ran into: Revoking ownership will null
the owner
(I assume), which will then crash when trying to put it into the NbtCompound
here:
FabricWaystones/src/main/java/wraith/waystones/screens/WaystoneScreen.java
Lines 541 to 553 in b992fa5
Not sure what's the easiest fix - using the 0 UUID to mean "no owner" would probably be good enough, alternatively another boolean
field could be stored which indicates whether the owner UUID is set or not.