This commit is contained in:
坏黑
2019-07-06 19:30:56 +08:00
parent 23612b8ee7
commit 44a9b79404
10 changed files with 31 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ public class TabooLibAPI {
}
public static double[] getTPS() {
return NMS.getHandler().getTPS();
return NMS.handle().getTPS();
}
public static boolean isDebug() {