mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-14 14:45:49 +01:00
Correct the version from 1.19.4 to 1.19.3 (#2299)
This commit is contained in:
parent
a910edc16b
commit
b51812655a
@ -106,7 +106,7 @@ public class WrappedRegistry {
|
||||
|
||||
MethodAccessor getHolder = null;
|
||||
|
||||
if (MinecraftVersion.FEATURE_PREVIEW_2.atOrAbove()) {
|
||||
if (MinecraftVersion.FEATURE_PREVIEW_UPDATE.atOrAbove()) {
|
||||
try {
|
||||
getHolder = Accessors.getMethodAccessor(fuzzy.getMethod(FuzzyMethodContract
|
||||
.newBuilder()
|
||||
|
Loading…
Reference in New Issue
Block a user