test shops display
This commit is contained in:
parent
874a6c1a53
commit
7fcbf15d51
4
job.go
4
job.go
@ -2256,9 +2256,9 @@ func jobShops(j Job) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if cwm.Open {
|
if cwm.Open {
|
||||||
out = fmt.Sprintf("%s ✔️", out)
|
out = fmt.Sprintf("%s ✅", out)
|
||||||
} else {
|
} else {
|
||||||
out = fmt.Sprintf("%s ❌", out)
|
out = fmt.Sprintf("%s ⛔", out)
|
||||||
}
|
}
|
||||||
c := getObjCastle(cwm.CastleID64)
|
c := getObjCastle(cwm.CastleID64)
|
||||||
out = fmt.Sprintf("%s%s", out, c.Logo)
|
out = fmt.Sprintf("%s%s", out, c.Logo)
|
||||||
|
Loading…
Reference in New Issue
Block a user