mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 04:02:06 -07:00
Fix NPE on Boat getStatus
This commit is contained in:
@@ -175,6 +175,7 @@ public interface Boat extends Vehicle {
|
||||
*/
|
||||
public enum Status {
|
||||
|
||||
NOT_IN_WORLD, // Paper
|
||||
IN_WATER,
|
||||
UNDER_WATER,
|
||||
UNDER_FLOWING_WATER,
|
||||
|
Reference in New Issue
Block a user