EntityLib/api
steve 19f9cb156f
fix: initialize velocity variable for new wrapper entity
The velocity variable is never set in the class construction, resulting in null pointer exception if the getVelocityPacket method try to change it when is called, and the variable is not set before-hand using the setVelocity method.
2025-02-23 09:13:16 +01:00
..
src/main/java/me/tofaa/entitylib fix: initialize velocity variable for new wrapper entity 2025-02-23 09:13:16 +01:00
build.gradle.kts remove compileOnlyApi 2024-07-16 11:48:31 +04:00