Fixed apache.go
This commit is contained in:
parent
a1a5a5183a
commit
9acf7f688a
|
@ -81,7 +81,7 @@ func (n *Apache) gatherUrl(addr *url.URL, acc plugins.Accumulator) error {
|
|||
switch key {
|
||||
|
||||
case "Scoreboard":
|
||||
n.gatherScores(part, acc)
|
||||
n.gatherScores(part, acc, tags)
|
||||
default:
|
||||
value, err := strconv.ParseFloat(part, 32)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue