mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2024-11-21 01:48:54 +00:00
fix: 数据统计丢失的问题
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
5cb710c00f
commit
979efda24b
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.maxgamer</groupId>
|
||||
<artifactId>QuickShop</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.1.1</version>
|
||||
<description>快捷商店重置版本...</description>
|
||||
<build>
|
||||
<finalName>${project.name}</finalName>
|
||||
|
@ -52,6 +52,7 @@ import org.maxgamer.QuickShop.Watcher.LogWatcher;
|
||||
|
||||
import pw.yumc.YumCore.config.FileConfig;
|
||||
import pw.yumc.YumCore.global.L10N;
|
||||
import pw.yumc.YumCore.statistic.Statistics;
|
||||
import pw.yumc.YumCore.update.SubscribeTask;
|
||||
|
||||
public class QuickShop extends JavaPlugin {
|
||||
@ -322,6 +323,7 @@ public class QuickShop extends JavaPlugin {
|
||||
getLogger().warning("商店查找半径过大 可能导致服务器Lag! 推荐使用低于 100 的配置!");
|
||||
}
|
||||
this.getLogger().info("载入完成! 版本: " + this.getDescription().getVersion() + " 重制 by 喵♂呜");
|
||||
new Statistics();
|
||||
new SubscribeTask();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user