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));