修复部分版本服务器启动失败的问题...

Signed-off-by: 502647092 <jtb1@163.com>
pull/3/HEAD
502647092 2016-03-05 20:51:42 +08:00
parent ad95e07c94
commit 70ba973a9b
1 changed files with 0 additions and 1 deletions

View File

@ -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("启用虚拟悬浮物 尝试启动中...");