mirror of
				https://e.coding.net/circlecloud/YumCore.git
				synced 2025-11-03 23:06:02 +00:00 
			
		
		
		
	fix: 修复新版本API的问题 新增虚拟Tag文件(未完成)
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
		@@ -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() {
 | 
					    public EbeanServer getDatabase() {
 | 
				
			||||||
        return null;
 | 
					        return null;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user