QR2: Add conn_fail to /api/groups

This commit is contained in:
mkwcat
2024-02-20 10:11:18 -05:00
parent 22930af8cc
commit 156cd99058

View File

@@ -621,6 +621,8 @@ func GetGroups(gameNames []string, groupNames []string, sorted bool) []GroupInfo
playerInfo.ConnMap += rawPlayer["+conn_"+newIndex]
}
playerInfo.ConnFail = rawPlayer["+conn_fail"]
groupsCopy[i].Players[joinIndex] = playerInfo
}
}