Skip to content

Commit

Permalink
server fix
Browse files Browse the repository at this point in the history
  • Loading branch information
musurca committed May 11, 2019
1 parent b9c1e71 commit 4355049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/GR/functions/fn_initServer.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

if (!isServer) exitWith {};

// Set some reasonable default values
if (isNil "GR_MAX_KIN_DIST") then {
GR_MAX_KIN_DIST=20000;
Expand Down

0 comments on commit 4355049

Please sign in to comment.