From 6eb11ee7de074f850852202126404f8637a4453c Mon Sep 17 00:00:00 2001 From: vbawol Date: Wed, 18 Oct 2017 16:39:59 -0500 Subject: [PATCH] fixed typo --- Sources/epoch_server_bunker_event/EpochEvents/DynamicBunker.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_server_bunker_event/EpochEvents/DynamicBunker.sqf b/Sources/epoch_server_bunker_event/EpochEvents/DynamicBunker.sqf index 32cf4b5a..040e5eb5 100644 --- a/Sources/epoch_server_bunker_event/EpochEvents/DynamicBunker.sqf +++ b/Sources/epoch_server_bunker_event/EpochEvents/DynamicBunker.sqf @@ -66,7 +66,7 @@ if (worldName == "VR") then { "bunker_epoch_12", 0.05, // concrete mid wall "bunker_epoch_13", 0.05, // tall concrete maze 2 "bunker_epoch_14", 0.08, // odd concrete walls - "bunker_epoch_15" 0.05 // concrete mid wall maze + "bunker_epoch_15", 0.05 // concrete mid wall maze ]; _rowCount = 0; _colCount = 0;