We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a910edc commit b518126Copy full SHA for b518126
src/main/java/com/comphenix/protocol/wrappers/WrappedRegistry.java
@@ -106,7 +106,7 @@ public class WrappedRegistry {
106
107
MethodAccessor getHolder = null;
108
109
- if (MinecraftVersion.FEATURE_PREVIEW_2.atOrAbove()) {
+ if (MinecraftVersion.FEATURE_PREVIEW_UPDATE.atOrAbove()) {
110
try {
111
getHolder = Accessors.getMethodAccessor(fuzzy.getMethod(FuzzyMethodContract
112
.newBuilder()
0 commit comments