test shops display

This commit is contained in:
shoopea 2020-02-14 11:00:26 +08:00
parent 874a6c1a53
commit 7fcbf15d51

4
job.go
View File

@ -2256,9 +2256,9 @@ func jobShops(j Job) {
}
}
if cwm.Open {
out = fmt.Sprintf("%s ✔️", out)
out = fmt.Sprintf("%s ", out)
} else {
out = fmt.Sprintf("%s ", out)
out = fmt.Sprintf("%s ", out)
}
c := getObjCastle(cwm.CastleID64)
out = fmt.Sprintf("%s%s", out, c.Logo)