订单bug修改

This commit is contained in:
hahwu 2024-12-31 19:06:33 +08:00
parent 18cd5d056e
commit a2f9587bc6

View File

@ -151,6 +151,9 @@ func getRandChessColorList(o *OrderMod, Emit []int, EnergyMul int) map[string]in
continue continue
} }
if len(Produce) == 1 { if len(Produce) == 1 {
if Produce[0] == "" {
continue
}
r[Produce[0]] = 100 r[Produce[0]] = 100
continue continue
} }