This commit is contained in:
parent
efd02af05e
commit
29c92cd33b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ func updateServers(host string, store steamServer.Store) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Printf("%s - %s\n", host, info.Name)
|
// log.Printf("%s - %s\n", host, info.Name)
|
||||||
|
|
||||||
// Some Servers use workshop maps and add a prefix, we don't need that
|
// Some Servers use workshop maps and add a prefix, we don't need that
|
||||||
if strings.HasPrefix(info.Map, "workshop/") {
|
if strings.HasPrefix(info.Map, "workshop/") {
|
||||||
|
|
Reference in a new issue