Skip to content

Commit ff7e33d

Browse files
committed
Unsure if this is the correct mappings.
1 parent 6b9f480 commit ff7e33d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/solarrabbit/largeraids/versioned/nms/RaidsWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class RaidsWrapper implements AbstractRaidsWrapper {
1515
@Override
1616
public RaidWrapper createOrExtendRaid(AbstractPlayerEntityWrapper player) {
1717
return new RaidWrapper(this.raids.createOrExtendRaid(((PlayerEntityWrapper) player).player,
18-
((PlayerEntityWrapper) player).player.blockPosition()), ((PlayerEntityWrapper) player).player.serverLevel());
18+
((PlayerEntityWrapper) player).player.BlockPos()), ((PlayerEntityWrapper) player).player.serverLevel());
1919
}
2020

2121
@Override

0 commit comments

Comments
 (0)