File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/io/josemmo/bukkit/plugin/renderer Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1212import org .jetbrains .annotations .NotNull ;
1313import org .jetbrains .annotations .Nullable ;
1414import java .lang .reflect .Field ;
15- import java .lang .reflect .Type ;
1615
1716public abstract class FakeEntity {
1817 private static final Logger LOGGER = Logger .getLogger ("FakeEntity" );
@@ -46,7 +45,7 @@ public abstract class FakeEntity {
4645 public static void initialize () {
4746 LOGGER .fine ("Initializing ProtocolLib..." );
4847 try {
49- WrappedDataWatcher .Registry .get (( Type ) Byte . class );
48+ WrappedDataWatcher .Registry .getVectorSerializer ( );
5049 LOGGER .fine ("ProtocolLib is now ready" );
5150 } catch (Exception e ) {
5251 LOGGER .severe ("Failed to initialize ProtocolLib, images may not render for first player joining" , e );
You can’t perform that action at this time.
0 commit comments