Implement /f fly (#1023)

This commit is contained in:
Dariasc
2018-03-04 19:13:32 -03:00
committed by Trent Hensler
parent aacee63255
commit a90299d32e
12 changed files with 162 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ public class WarmUpUtil {
}
public enum Warmup {
HOME, WARP;
HOME, WARP, FLIGHT;
}
}