aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/_lf_maps_shared.gnut
blob: 178b6560a52864f12da63851ecf5c789e50d4187 (plain)
1
2
3
4
5
6
7
8
global function SetupLiveFireMaps

// live fire maps don't support alot of things like intros and titans, this makes sure those things are disabled
void function SetupLiveFireMaps()
{
	Riff_ForceTitanAvailability( eTitanAvailability.Never )
	ClassicMP_SetLevelIntro( ClassicMP_DefaultNoIntro_Setup, ClassicMP_DefaultNoIntro_GetLength() )
}