We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d3b47 commit ae2755fCopy full SHA for ae2755f
MiraiMC-Base/src/main/java/me/dreamvoid/miraimc/api/MiraiMC.java
@@ -104,12 +104,4 @@ public static UUID getBind(long account) {
104
throw new RuntimeException("处理数据时出现异常,请检查MiraiMC数据库配置是否正确", e);
105
}
106
107
-
108
- /**
109
- * 获取 MiraiMC 运行时实用方法实例
110
- * @return MiraiMC 运行时实例
111
- */
112
- public Platform getPlatform(){
113
- return LifeCycle.getPlatform();
114
- }
115
0 commit comments