From 8d42fa4593daf4e635176422cd7e6764494b8afe Mon Sep 17 00:00:00 2001 From: IndigoFox Date: Mon, 29 Jan 2024 10:59:39 -0800 Subject: [PATCH] fixes error in respawn wait over threshold notification --- functions/respawn/fn_init.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/respawn/fn_init.sqf b/functions/respawn/fn_init.sqf index d378dab..76e8c09 100644 --- a/functions/respawn/fn_init.sqf +++ b/functions/respawn/fn_init.sqf @@ -109,7 +109,7 @@ if (isServer) then { _timeoutPlayers = [_timeoutPlayers, [], { _x#2 }, "DESCEND"] call BIS_fnc_sortBy; - private _playerLines = ["Players are still waiting for Re-insert!"]; + private _playerLines = [["Players are still waiting for Re-insert!"]]; { private _timeInQueue = diag_tickTime - (_x#2); private _groupId = groupID (group (_x#0));