Compare commits

..

No commits in common. "7b3b12987bc1570c06bf8383aa6c5270052cb258" and "bd4d86a2df0b0db93b333b12aa212e989cb507b8" have entirely different histories.

2 changed files with 7 additions and 8 deletions

View File

@ -20,7 +20,7 @@ var openarena = SteamGame{
SteamId: "70", SteamId: "70",
Args: []Argument{}, Args: []Argument{},
Assets: GameInterfaceAssets{ Assets: GameInterfaceAssets{
Title: "Half Life", Title: "Open Arena",
Icon: "icon.png", Icon: "icon.png",
Description: "asdadasd", Description: "asdadasd",
}, },

View File

@ -16,13 +16,12 @@ func ConvertServerSessionsToJSON(s Session) []byte {
var FakeSessions = Sessions{ var FakeSessions = Sessions{
Sessions: []Session{ Sessions: []Session{
{ {
GameId: "garrysmod", GameId: "garrysmod",
SessionId: "gmod-test", Icon: "",
Icon: "", Title: "Regular Skirda Gmod server",
Title: "Regular Skirda Gmod server", Status: "Super fake session",
Status: "Super fake session", Version: "",
Version: "", Expires: time.Time{},
Expires: time.Time{},
Arguments: []gameUtils.Argument{ Arguments: []gameUtils.Argument{
{ {
Body: "+connect", Body: "+connect",