3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

Remove -1 tag workaround, fixed in pre4

Dieser Commit ist enthalten in:
KennyTV 2020-06-11 19:36:35 +02:00
Ursprung 989c0bf55f
Commit 7924dfeab2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -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;