Skip to content

Commit

Permalink
Merge pull request #599 from bux/fixName
Browse files Browse the repository at this point in the history
Fix function names
  • Loading branch information
Killswitch00 authored Feb 25, 2017
2 parents 83331e6 + 0e50cfb commit 84a5238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/diagnostic/CfgFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ class CfgFunctions
class ProjectileTracking
{
// CBA_fnc_addUnitTrackProjectiles
class fnc_addUnitTrackProjectiles
class addUnitTrackProjectiles
{
description = "Adds projectile tracking to a given unit or vehicle.";
file = "\x\cba\addons\diagnostic\fnc_addUnitTrackProjectiles.sqf";
};
// CBA_removeUnitTrackProjectiles
class fnc_removeUnitTrackProjectiles
// CBA_fnc_removeUnitTrackProjectiles
class removeUnitTrackProjectiles
{
description = "Removes projectile tracking from a given unit or vehicle.";
file = "\x\cba\addons\diagnostic\fnc_removeUnitTrackProjectiles.sqf";
Expand Down

0 comments on commit 84a5238

Please sign in to comment.