Remove -1 tag workaround, fixed in pre4

This commit is contained in:
KennyTV 2020-06-11 19:36:35 +02:00
parent 989c0bf55f
commit 7924dfeab2
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -10,7 +10,7 @@ import java.util.ArrayList;
import java.util.List;
public class TagRewriter {
private static final int[] EMPTY_ARRAY = {-1};
private static final int[] EMPTY_ARRAY = {};
private final Protocol protocol;
private final IdRewriteFunction blockRewriter;
private final IdRewriteFunction itemRewriter;