Skip to content

Commit ae2755f

Browse files
committed
移除获取生命周期实例方法
1 parent 54d3b47 commit ae2755f

File tree

1 file changed

+0
-8
lines changed
  • MiraiMC-Base/src/main/java/me/dreamvoid/miraimc/api

1 file changed

+0
-8
lines changed

MiraiMC-Base/src/main/java/me/dreamvoid/miraimc/api/MiraiMC.java

-8
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,4 @@ public static UUID getBind(long account) {
104104
throw new RuntimeException("处理数据时出现异常,请检查MiraiMC数据库配置是否正确", e);
105105
}
106106
}
107-
108-
/**
109-
* 获取 MiraiMC 运行时实用方法实例
110-
* @return MiraiMC 运行时实例
111-
*/
112-
public Platform getPlatform(){
113-
return LifeCycle.getPlatform();
114-
}
115107
}

0 commit comments

Comments
 (0)