Skip to content

Commit

Permalink
version bump and merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowdedlight committed Oct 22, 2024
1 parent 6602f84 commit 6a15410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions addons/emp/functions/fnc_playerEffect.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ if (!hasInterface) exitWith {};

// emp sound and shake, but only if close enough
if ((player distance _pos) < (_range*2)) then {
<<<<<<< HEAD
playSound "crowsew_emp_blast";
=======
playSound "emp_blast";
>>>>>>> d0923b2 (linting fixes from hemtt)

// cam shake
enableCamShake true;
Expand Down
4 changes: 2 additions & 2 deletions addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define MAJOR 2
#define MINOR 2
#define PATCH 1
#define MINOR 3
#define PATCH 0

0 comments on commit 6a15410

Please sign in to comment.