From 431a36c9d96356cbdaacb9f789fb39f68f308987 Mon Sep 17 00:00:00 2001 From: johni0702 Date: Sun, 31 May 2015 12:53:11 +0200 Subject: [PATCH] If resource pack is not located within replay file, fall back to minecraft handling --- .../java/eu/crushedpixel/replaymod/replay/ReplaySender.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/eu/crushedpixel/replaymod/replay/ReplaySender.java b/src/main/java/eu/crushedpixel/replaymod/replay/ReplaySender.java index cd695834..c407eb6f 100755 --- a/src/main/java/eu/crushedpixel/replaymod/replay/ReplaySender.java +++ b/src/main/java/eu/crushedpixel/replaymod/replay/ReplaySender.java @@ -279,8 +279,8 @@ public class ReplaySender extends ChannelInboundHandlerAdapter { mc.getResourcePackRepository().func_177319_a(file); } } + return null; } - return null; } if(p instanceof S1CPacketEntityMetadata) {