fixes error in respawn wait over threshold notification

This commit is contained in:
2024-01-29 10:59:39 -08:00
parent b6189cc7f3
commit 8d42fa4593

View File

@@ -109,7 +109,7 @@ if (isServer) then {
_timeoutPlayers = [_timeoutPlayers, [], { _timeoutPlayers = [_timeoutPlayers, [], {
_x#2 _x#2
}, "DESCEND"] call BIS_fnc_sortBy; }, "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 _timeInQueue = diag_tickTime - (_x#2);
private _groupId = groupID (group (_x#0)); private _groupId = groupID (group (_x#0));