Update clan.go

This commit is contained in:
Alicia 2019-02-25 21:09:44 +00:00
parent bd1b959836
commit 43bb674197
1 changed files with 1 additions and 9 deletions

View File

@ -109,12 +109,8 @@ func AllClanStatsGET(md common.MethodData) common.CodeMessager {
}
r.ResponseBase.Code = 200
// anyone who ever looks into this, yes, i need to kill myself. ~Flame
m, brr := strconv.ParseInt(string(md.Query("m")[19]), 10, 64)
m := strconv.ParseInt(string(md.Query("m")[19]), 10, 64)
if brr != nil {
fmt.Println(brr)
m = 0
}
n := "std"
if m == 1 {
n = "taiko"
@ -148,10 +144,6 @@ func AllClanStatsGET(md common.MethodData) common.CodeMessager {
WHERE clan = ? AND privileges > 2
`, rid)
if err != nil {
fmt.Println(err)
}
members.Code = 200
if n == "std" {