Skip to content

Commit

Permalink
Backpack radio fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelvg committed Apr 24, 2017
1 parent 3aef011 commit dfd6487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/klpq_musicRadio/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class CfgPatches
weapons[] = {};
requiredVersion = 1;
requiredAddons[] = {"ace_interact_menu"};
version = "1.0.3";
version = "1.0.4";
};
};

Expand Down
2 changes: 1 addition & 1 deletion addons/klpq_musicRadio/functions/fn_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (!klpq_musicRadio_enable) exitWith {};

[_backpack] spawn klpq_musicRadio_fnc_startLoudRadio;

[_vehicle] remoteExec ["klpq_musicRadio_fnc_addLoudRadio", 2];
[_backpack] remoteExec ["klpq_musicRadio_fnc_addLoudRadio", 2];
}, {
params ["_vehicle", "_player"];

Expand Down

0 comments on commit dfd6487

Please sign in to comment.