diff --git a/core.liberation/scripts/client/ui/end_screen.sqf b/core.liberation/scripts/client/ui/end_screen.sqf index 12df3d9e0..7829575fa 100644 --- a/core.liberation/scripts/client/ui/end_screen.sqf +++ b/core.liberation/scripts/client/ui/end_screen.sqf @@ -11,7 +11,7 @@ if (lifestate player == "INCAPACITATED") then { ["" + localize "STR_VICTORY_TITLE" + "", 0, 0, 15, 0, 0, 90] spawn BIS_fnc_dynamicText; playMusic GRLIB_music_endgame; -sleep 20; +sleep 10; if ( isNil "cinematic_camera_started" ) then { cinematic_camera_started = false }; private _line_delay = 0.75;