Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Remove -1 tag workaround, fixed in pre4
Dieser Commit ist enthalten in:
Ursprung
989c0bf55f
Commit
7924dfeab2
@ -10,7 +10,7 @@ import java.util.ArrayList;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class TagRewriter {
|
public class TagRewriter {
|
||||||
private static final int[] EMPTY_ARRAY = {-1};
|
private static final int[] EMPTY_ARRAY = {};
|
||||||
private final Protocol protocol;
|
private final Protocol protocol;
|
||||||
private final IdRewriteFunction blockRewriter;
|
private final IdRewriteFunction blockRewriter;
|
||||||
private final IdRewriteFunction itemRewriter;
|
private final IdRewriteFunction itemRewriter;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren