Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
remove buy menu from startup
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Aug 8, 2016
1 parent 68c444f commit f320e04
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions grad_buymenu/buymenu_init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,7 @@ if (hasInterface) then {


[] spawn fnc_showMarkers;
[] spawn {
waitUntil {!isnil "suppliesBlufor" && !isNil "suppliesOpfor" && time > 0 };
0 = execVM "grad_buymenu\openMenu.sqf";
waitUntil {buyMenuOpen};
sleep 3;
closeDialog 0;
};

};


Expand Down

0 comments on commit f320e04

Please sign in to comment.