Skip to content

Commit

Permalink
Undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
user-hq committed Sep 21, 2024
1 parent 4350527 commit 2c591c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glowing-octo-shame-arma2/dir/client/playerStartPos.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ _code = {!isNil "gosa_respawnDone" && (!isNil "gosa_respawnMarkers" or !isNil "g
// Конфликтуют с respawnMenu.
waitUntil {missionNamespace getVariable ["BIS_RscRespawnControlsMap_shown", false] or time > _n};
#endif
waitUntil {!isNil "gosa_playerSide"};
// FIXME: Можно не запускать при возрождении на базе.
[["Loading My Mission","RscDisplayLoadMission"], _code, _n, [
{!isNil format["gosa_listHQ_%1", gosa_playerSide]},
Expand Down

0 comments on commit 2c591c7

Please sign in to comment.