Skip to content

Commit b518126

Browse files
Correct the version from 1.19.4 to 1.19.3 (#2299)
1 parent a910edc commit b518126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/comphenix/protocol/wrappers/WrappedRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public class WrappedRegistry {
106106

107107
MethodAccessor getHolder = null;
108108

109-
if (MinecraftVersion.FEATURE_PREVIEW_2.atOrAbove()) {
109+
if (MinecraftVersion.FEATURE_PREVIEW_UPDATE.atOrAbove()) {
110110
try {
111111
getHolder = Accessors.getMethodAccessor(fuzzy.getMethod(FuzzyMethodContract
112112
.newBuilder()

0 commit comments

Comments
 (0)