Skip to content

Commit

Permalink
Allow to run on dedicated server and hc
Browse files Browse the repository at this point in the history
  • Loading branch information
diwako committed Jul 10, 2018
1 parent 2d39ce3 commit df76e58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
none
*/

if(!hasInterface) exitWith {};

// no need to initialise ragdolling twice!
if (!isNil 'diwako_ragdoll_ragdollRunning') exitWith {};
diwako_ragdoll_ragdollRunning = true;
Expand Down
2 changes: 0 additions & 2 deletions mod/functions/diwako/ragdoll/fn_initRagdoll.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
none
*/

if(!hasInterface) exitWith {};

// no need to initialise ragdolling twice!
if (!isNil 'diwako_ragdoll_ragdollRunning') exitWith {};
diwako_ragdoll_ragdollRunning = true;
Expand Down

0 comments on commit df76e58

Please sign in to comment.