From 63fe9f8e87b2a0ca9dae374a1fc73259d72297e8 Mon Sep 17 00:00:00 2001 From: ebayShopper Date: Sat, 18 Nov 2017 14:20:08 -0500 Subject: [PATCH] Revert Topolka dam fix This reverts 5884ef6 Vanilla commit: https://github.com/DayZMod/DayZ/commit/a71efab3d3594932fbc8f3463a3481c02e6fe411 --- .../Configs/CfgTownGenerator/chernarusWaters.hpp | 15 +-------------- .../system/mission/chernarus/waterHoleProxy.sqf | 3 +-- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgTownGenerator/chernarusWaters.hpp b/SQF/dayz_code/Configs/CfgTownGenerator/chernarusWaters.hpp index 6fcdbb464..003c31d87 100644 --- a/SQF/dayz_code/Configs/CfgTownGenerator/chernarusWaters.hpp +++ b/SQF/dayz_code/Configs/CfgTownGenerator/chernarusWaters.hpp @@ -2362,17 +2362,4 @@ onFire = 0; }; - }; - - class W182 { //Blocks Topolka Dam walk under water glitch - position[] = {10299.095,3659.8674,2.4993041}; - size = 50; - buildings = 1; - class Object0 { - type = "MAP_pond_big_01"; - position[] = {10299.095,3659.8674,2.4993041}; - direction = 0; - onFire = 0; - }; - }; - + }; \ No newline at end of file diff --git a/SQF/dayz_code/system/mission/chernarus/waterHoleProxy.sqf b/SQF/dayz_code/system/mission/chernarus/waterHoleProxy.sqf index ad047c7a4..f0aee054d 100644 --- a/SQF/dayz_code/system/mission/chernarus/waterHoleProxy.sqf +++ b/SQF/dayz_code/system/mission/chernarus/waterHoleProxy.sqf @@ -181,6 +181,5 @@ ["WaterHoleProxy",[4420.2,3962.4,-0.1],0], ["WaterHoleProxy",[4044.5,3327.4,0],0], ["WaterHoleProxy",[4602.9,2745.4,0],0], - ["WaterHoleProxy",[2588,5941,1],0], - ["MAP_pond_big_01",[10299.095,3659.8674,2.4993041],0] //Blocks Topolka Dam walk under water glitch + ["WaterHoleProxy",[2588,5941,1],0] ],true,true,true] call fnc_spawnObjects;