fixed match win/loss/ties
This commit is contained in:
@@ -11,8 +11,6 @@ const (
|
||||
Label = "player"
|
||||
// FieldID holds the string denoting the id field in the database.
|
||||
FieldID = "id"
|
||||
// FieldSteamid holds the string denoting the steamid field in the database.
|
||||
FieldSteamid = "steamid"
|
||||
// FieldName holds the string denoting the name field in the database.
|
||||
FieldName = "name"
|
||||
// FieldAvatarURL holds the string denoting the avatar_url field in the database.
|
||||
@@ -56,7 +54,6 @@ const (
|
||||
// Columns holds all SQL columns for player fields.
|
||||
var Columns = []string{
|
||||
FieldID,
|
||||
FieldSteamid,
|
||||
FieldName,
|
||||
FieldAvatarURL,
|
||||
FieldVanityURL,
|
||||
|
Reference in New Issue
Block a user