Fix NPE on Boat getStatus

This commit is contained in:
LemonCaramel 2023-04-11 04:04:41 +09:00
parent 3008a27f33
commit 59865002cc

View File

@ -175,6 +175,7 @@ public interface Boat extends Vehicle {
*/
public enum Status {
NOT_IN_WORLD, // Paper
IN_WATER,
UNDER_WATER,
UNDER_FLOWING_WATER,