mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2024-11-22 01:58:54 +00:00
修复部分版本服务器启动失败的问题...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
ad95e07c94
commit
70ba973a9b
@ -82,7 +82,6 @@ public class ConfigManager {
|
||||
this.feeForPriceChange = config.getDouble("shop.fee-for-price-change");
|
||||
this.preventhopper = config.getBoolean("preventhopper");
|
||||
this.guiTitle = config.getMessage("guititle", guiTitle);
|
||||
this.fakeItem = config.getBoolean("fakeitem", true);
|
||||
if (config.getBoolean("fakeitem", true)) {
|
||||
try {
|
||||
plugin.getLogger().info("启用虚拟悬浮物 尝试启动中...");
|
||||
|
Loading…
Reference in New Issue
Block a user