订单bug修复

This commit is contained in:
hahwu 2025-09-03 09:54:05 +08:00
parent 14fd275cd9
commit cb4235baf7

View File

@ -268,7 +268,7 @@ func (o *OrderMod) CheckCondition(lv int, condition, Type string, Emit []int, Fi
}
Class = append(Class, mergeDataCfg.GetColorById(v))
}
if GoUtil.InStringArray(r2[1], Class) {
if !GoUtil.InStringArray(r2[1], Class) {
return false
}
}