From 6ce26b05b7d0d39e0c90c1d7c8e5f07172b1573d Mon Sep 17 00:00:00 2001 From: vbawol Date: Sun, 17 Sep 2017 10:21:44 -0500 Subject: [PATCH] fix path --- Sources/epoch_server_bunker_event/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_server_bunker_event/config.cpp b/Sources/epoch_server_bunker_event/config.cpp index 5291536f..fed96663 100644 --- a/Sources/epoch_server_bunker_event/config.cpp +++ b/Sources/epoch_server_bunker_event/config.cpp @@ -27,8 +27,8 @@ class CfgPatches { class CfgEpochServerEvents { class DynamicBunker { - delay = 0; // delay in seconds between executions , - script = "\epoch_server_debris_event\EpochEvents\DynamicBunker.sqf"; // script: name or full path if usePrefix is set to 0 + delay = 1; // delay in seconds between executions , + script = "\epoch_server_bunker_event\EpochEvents\DynamicBunker.sqf"; // script: name or full path if usePrefix is set to 0 runOnStart = 1; // runOnStart: 1 = run script at startup, 0 normal delay usePrefix = 0; // usePrefix: 1 = pre/postfix path (use if file is inside epoch settings pbo EpochEvents folder), 2 = pre/postfix path (use if file inside epoch events pbo EpochEvents folder), 0 = use full file path runNumTimes = 1; // runNumTimes: -1 = no limit, 0 = disabled, 1+ = number of times to execute before removing event.