]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/tracker.go
patch: v0.0.10
[rbdr/mobius] / hotline / tracker.go
index e06f9a8ad10f55330773271c7613745ed163bb4c..0dce9494b393e6776a64c03b21d7d1d97113ea42 100644 (file)
@@ -141,7 +141,6 @@ func GetListing(addr string) ([]ServerRecord, error) {
        totalSrv := int(binary.BigEndian.Uint16(info.SrvCount[:]))
 
        srvBuf := buf[14:totalRead]
        totalSrv := int(binary.BigEndian.Uint16(info.SrvCount[:]))
 
        srvBuf := buf[14:totalRead]
-       totalRead += readLen
 
        var servers []ServerRecord
 
 
        var servers []ServerRecord