If resource pack is not located within replay file, fall back to minecraft handling

This commit is contained in:
johni0702
2015-05-31 12:53:11 +02:00
parent 184bfd7f2e
commit 431a36c9d9

View File

@@ -279,8 +279,8 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
mc.getResourcePackRepository().func_177319_a(file); mc.getResourcePackRepository().func_177319_a(file);
} }
} }
return null;
} }
return null;
} }
if(p instanceof S1CPacketEntityMetadata) { if(p instanceof S1CPacketEntityMetadata) {