订单bug修改
This commit is contained in:
parent
18cd5d056e
commit
a2f9587bc6
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user