PlayerSync/src
laforetbrut 4e2574a147 Fix RS2 disk save: use return value of SavedData.save()
save() returns the serialized data in a NEW CompoundTag - it does NOT
fill the input parameter. We were passing an empty tag and reading it
back, getting nothing. The actual data was in the return value.

Log showed: "RS2 disk UUID xxx exists in repo but NOT found in save()
NBT. Keys at top: []" - empty because we ignored the return value.

Vyrriox
2026-03-26 19:30:27 +01:00
..
main Fix RS2 disk save: use return value of SavedData.save() 2026-03-26 19:30:27 +01:00