From 89ceef346739d3cb8770407626d69e28c0234bee Mon Sep 17 00:00:00 2001 From: Corgi Taco <66983020+CorgiTaco@users.noreply.github.com> Date: Mon, 14 Jun 2021 20:51:27 -0700 Subject: [PATCH] Add ; --- .../cubicchunks/mixin/core/common/world/MixinPortalForcer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/github/opencubicchunks/cubicchunks/mixin/core/common/world/MixinPortalForcer.java b/src/main/java/io/github/opencubicchunks/cubicchunks/mixin/core/common/world/MixinPortalForcer.java index 2cdb17060..27c23cd42 100644 --- a/src/main/java/io/github/opencubicchunks/cubicchunks/mixin/core/common/world/MixinPortalForcer.java +++ b/src/main/java/io/github/opencubicchunks/cubicchunks/mixin/core/common/world/MixinPortalForcer.java @@ -27,7 +27,7 @@ public class MixinPortalForcer { @Shadow @Final private ServerLevel level; @SuppressWarnings("UnresolvedMixinReference") - @Redirect(method = "lambda$findPortalAround$5(Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)Lnet/minecraft/BlockUtil$FoundRectangle", at = @At(value = "INVOKE", + @Redirect(method = "lambda$findPortalAround$5(Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)Lnet/minecraft/BlockUtil$FoundRectangle;", at = @At(value = "INVOKE", target = "Lnet/minecraft/server/level/ServerChunkCache;addRegionTicket(Lnet/minecraft/server/level/TicketType;Lnet/minecraft/world/level/ChunkPos;ILjava/lang/Object;)V")) private void addCubeRegionTicket(ServerChunkCache serverChunkCache, TicketType ticketType, ChunkPos chunkPos, int radius, T argument, PoiRecord poiRecord) { if (!((CubicLevelHeightAccessor) serverChunkCache.getLevel()).isCubic()) {