Skip to content

Commit

Permalink
fixed unused jip variable and set version number to 1.04 for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
G3rrus committed Mar 18, 2019
1 parent edd1580 commit d431fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LMF_R.VR/framework/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ if (var_personalArsenal) then {
};

//JIP
if (CBA_missionTime > 5*60) then {
if (var_jipTP && {CBA_missionTime > 5*60}) then {
[] execVM "framework\player\init\jipTeleport.sqf";
};

Expand Down
2 changes: 1 addition & 1 deletion LMF_R.VR/framework/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
] call CBA_Settings_fnc_init;

//FRAMEWORK VERSION
var_version = 1.4;
var_version = 1.04;

0 comments on commit d431fe4

Please sign in to comment.