Skip to content

Commit

Permalink
update grad-gpsTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed May 7, 2017
1 parent 617dfb6 commit 1a4d29b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion functions/mission/fn_showTracker.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ private _lastRunTime = missionNamespace getVariable ["wita_mission_trackerLastRu
if (CBA_missionTime - _lastRunTime < 10) exitWith {};
missionNamespace setVariable ["wita_mission_trackerLastRuntime",CBA_missionTime];

[_pos,0.2,1,1,1,nil,7] call grad_gpsTracker_fnc_openTitle;
[_pos,0.2,1,1,1,{100},7] call grad_gpsTracker_fnc_openTitle;

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions node_modules/grad-gpstracker/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tvt-wita2016",
"description": "Where is the agent?",
"version": "0.3.0",
"version": "0.3.1",
"contributors": [
{
"name": "XiviD"
Expand Down

0 comments on commit 1a4d29b

Please sign in to comment.