mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2024-11-23 01:58:49 +00:00
fix: 修复新版本API的问题 新增虚拟Tag文件(未完成)
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
d767dba2e6
commit
96d14dd44f
@ -0,0 +1,10 @@
|
||||
package pw.yumc.YumCore.plugin.protocollib.fake;
|
||||
|
||||
/**
|
||||
* Created with IntelliJ IDEA
|
||||
*
|
||||
* @author 喵♂呜
|
||||
* Created on 2017/8/23 10:27.
|
||||
*/
|
||||
public class FakeTag {
|
||||
}
|
@ -114,7 +114,6 @@ public class FakePlugin implements Plugin {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public EbeanServer getDatabase() {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user