aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_lf_deck.nut
blob: dca30fe9c1b9fa88f5dbe387b3e6def10511b369 (plain)
1
2
3
4
5
6
7
global function CodeCallback_MapInit

void function CodeCallback_MapInit()
{
	FlagClear( "Disable_Marvins" )
	SetupLiveFireMaps()
}