diff options
Diffstat (limited to 'Northstar.Custom')
-rw-r--r-- | Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut index 00c19310..6dabb655 100644 --- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut +++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut @@ -22,6 +22,7 @@ void function GamemodeFastball_Init() // implementing intro in a different file because it'll likely be big ClassicMP_SetCustomIntro( GamemodeFastballIntroSetup, 14.5 ) // bit of a guess number + ClassicMP_ForceDisableEpilogue( true ) AddCallback_EntitiesDidLoad( SpawnPanelsForLevel ) AddCallback_GameStateEnter( eGameState.Prematch, ResetPanels ) SetTimeoutWinnerDecisionFunc( FastballDecideWinner ) |