diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-06-27 20:55:35 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-06-27 20:55:35 +0100 |
commit | 31c8a052e8f3cdccedb7f6f8d2bd11678189001a (patch) | |
tree | 869dae43cbbcb14d56e842cbd098a5db55854b20 /Northstar.CustomServers/scripts/vscripts/mp/levels | |
parent | 3f31a4a37a2acf8df302117c99c060cec5996704 (diff) | |
download | NorthstarMods-31c8a052e8f3cdccedb7f6f8d2bd11678189001a.tar.gz NorthstarMods-31c8a052e8f3cdccedb7f6f8d2bd11678189001a.zip |
added ttdm, more scoreevents and ctf comp
Diffstat (limited to 'Northstar.CustomServers/scripts/vscripts/mp/levels')
-rw-r--r-- | Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut b/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut index 69ec56fb..d61d6baa 100644 --- a/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut +++ b/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut @@ -4,5 +4,5 @@ global function SetupLiveFireMaps void function SetupLiveFireMaps() { Riff_ForceTitanAvailability( eTitanAvailability.Never ) - ClassicMP_SetCustomIntro( ClassicMP_DefaultNoIntro_Setup, NOINTRO_INTRO_LENGTH ) + ClassicMP_SetCustomIntro( ClassicMP_DefaultNoIntro_Setup, ClassicMP_DefaultNoIntro_GetLength() ) }
\ No newline at end of file |