|
@@ -158,7 +158,7 @@ namespace GFGEditor
|
|
|
ItemCfg[] dataArray = cfgArray.dataArray;
|
|
|
foreach (ItemCfg cfg in dataArray)
|
|
|
{
|
|
|
- if (!string.IsNullOrEmpty(cfg.resLayer1) && !string.IsNullOrEmpty(cfg.resLayer2) && !string.IsNullOrEmpty(cfg.resLayer3) && ItemUtilCS.IsDressUpItem(cfg.id))
|
|
|
+ if (string.IsNullOrEmpty(cfg.resLayer1) && string.IsNullOrEmpty(cfg.resLayer2) && string.IsNullOrEmpty(cfg.resLayer3) && ItemUtilCS.IsDressUpItem(cfg.id))
|
|
|
{
|
|
|
ET.Log.Error(new Exception("物品" + cfg.id + "没有配置显示层"));
|
|
|
}
|