aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/lobby/sh_private_lobby_custom_modes_init.gnut
blob: f67a274b91cb108db06d15950012077062d31821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
global function CustomPrivateMatchModesInit

void function CustomPrivateMatchModesInit()
{
	// modes
	AddPrivateMatchMode( "gg" )
	AddPrivateMatchMode( "inf" )
	AddPrivateMatchMode( "kr" )
	AddPrivateMatchMode( "tt" )
	AddPrivateMatchMode( "ctf_comp" )
	
	// this is nonfunctional for some reason
	AddPrivateMatchMap( "mp_skyway_v1" )
}