Skip to content

Commit

Permalink
Update init.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Dec 13, 2015
1 parent b75be59 commit 669e68b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ if (hasInterface) then {


checkSpawnButton = {
[getPos player] execVM "helpers\enforceNoSwim.sqf";

if (player != opfor_teamlead) then {
0 = [[worldSize/2,worldSize/2,0],"",3000] execVM "helpers\establishingShot.sqf";
Expand Down Expand Up @@ -238,4 +237,4 @@ if (hasInterface) then {
/*waitUntil {!isNull player && !isNil "ST_STHud_ToRestart"};
// disable sthud for intro
0 call fn_sthud_usermenu_changeMode;*/
};
};

0 comments on commit 669e68b

Please sign in to comment.