Skip to content

Commit

Permalink
Removed dummy servers
Browse files Browse the repository at this point in the history
  • Loading branch information
JaTochNietDan committed Oct 24, 2014
1 parent 945b5d6 commit 02eead0
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,6 @@ var arrServers []Server
var notify *notificator.Notificator

func main() {
arrServers = append(arrServers, Server{
IP: "192.168.1.26",
Hostname: "Gangster Swag",
Map: "mp_ambush",
MaxPlayers: 64,
GameType: "Deathmatch",
})

arrServers = append(arrServers, Server{
IP: "192.168.1.111",
Hostname: "John's Server",
Map: "mp_district",
MaxPlayers: 16,
GameType: "Deathmatch",
})

arrServers = append(arrServers, Server{
IP: "192.168.1.103",
Hostname: "Teambork",
Map: "mp_backlot",
MaxPlayers: 24,
GameType: "Team Deathmatch",
})

// EnterLoop must be called on the OS's main thread
runtime.LockOSThread()

Expand Down

0 comments on commit 02eead0

Please sign in to comment.