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;