Skip to content

Commit

Permalink
Fix some post merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdatiger committed Sep 18, 2024
1 parent 5f9c3b7 commit dbbd1ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions addons/frag/XEH_PREP.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PREP(addBlackList);
PREP(addClassBlacklist);
PREP(dev_clearTraces);
PREP(dev_debugAmmo);
PREP(dev_drawTrace);
Expand Down
4 changes: 0 additions & 4 deletions addons/frag/functions/fnc_addBlacklist.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ _projectile removeEventHandler [
"HitPart",
_projectile getVariable [QGVAR(hitPartEventHandler), -1]
];
_projectile removeEventHandler [
"Explode",
_projectile getVariable [QGVAR(explodeEventHandler), -1]
];
true;

0 comments on commit dbbd1ae

Please sign in to comment.