Model not spawning
I am using the API for my vehicles plugin but some time ago some vehicles decided not to have a model applied.
After a bunch of debugging I got this:
The first screenshot is System.out.println(getBukkitEntity().getEntityId() + " " + ReflectionUtil.getFieldValue(ReflectionUtil.getField("bones", ActiveModelImpl.class), megModel))
being called right after applying the model to the entity. The second one is when I try to mount the vehicle, but the vehicle has no model and its bones are empty.
Edited by WizardlyBump17