Skip to content

Commit 45b9477

Browse files
committed
Fix world border saving
1 parent 6127c6e commit 45b9477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mixins/java/org/spongepowered/common/mixin/core/world/level/storage/DimensionDataStorageMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public <T> T readSpongeMapData(
5757
DataUtil.syncTagToData(dch);
5858
dch.data$setCompound(null);
5959
}
60-
return null;
60+
return result;
6161
}
6262

6363
@Override

0 commit comments

Comments
 (0)