Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
_tavHeight Undefined Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SMVampire committed Jun 2, 2014
1 parent 09de330 commit 82f0c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DZMS/DZMSFunctions.sqf
Expand Up @@ -33,6 +33,7 @@ DZMSFindPos = {
_mapHardCenter = true;
_mapRadii = 5500;
_isTavi = false;
_tavHeight = 0;
switch (DZMSWorldName) do {
case "chernarus":{_centerPos = [7100, 7750, 0];_mapRadii = 5500;};
case "utes":{_centerPos = [3500, 3500, 0];_mapRadii = 3500;};
Expand Down

0 comments on commit 82f0c91

Please sign in to comment.