mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-13 19:52:08 +01:00
Fix NPE on Boat getStatus
This commit is contained in:
parent
3008a27f33
commit
59865002cc
@ -175,6 +175,7 @@ public interface Boat extends Vehicle {
|
||||
*/
|
||||
public enum Status {
|
||||
|
||||
NOT_IN_WORLD, // Paper
|
||||
IN_WATER,
|
||||
UNDER_WATER,
|
||||
UNDER_FLOWING_WATER,
|
||||
|
Loading…
Reference in New Issue
Block a user