Skip to content

Commit 01803fa

Browse files
SirYwellCopilot
andauthored
Delegate to correct method
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8d8be38 commit 01803fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worldedit-bukkit/adapters/adapter-26.2/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v26_2/PaperweightChunkAccessProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public BlockEntity getBlockEntity(final @Nonnull BlockPos pos) {
213213

214214
@Override
215215
public @Nonnull SWMRNibbleArray[] starlight$getSkyNibbles() {
216-
return parent.starlight$getBlockNibbles();
216+
return parent.starlight$getSkyNibbles();
217217
}
218218

219219
@Override

0 commit comments

Comments
 (0)