From 36a4264a64b1397b327b04e7363fc3f7c3398707 Mon Sep 17 00:00:00 2001 From: tbox1911 Date: Mon, 8 Jul 2024 21:39:40 +0200 Subject: [PATCH] update end --- core.liberation/scripts/client/ui/end_screen.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;