fix typo 🎱

This commit is contained in:
vbawol 2017-09-17 12:18:19 -05:00
parent acfba073fc
commit 78a7829a62
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,6 @@ class CfgEpochServerEvents
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.
input[] = {}; // array input to execVM at time of run and accessed with _this inside of script.
disallowedWorlds = {"VR"};
disallowedWorlds[] = {"VR"};
};
};

View File

@ -33,6 +33,6 @@ class CfgEpochServerEvents
usePrefix = 0; // usePrefix: 0 = use full file path, 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).
runNumTimes = -1; // runNumTimes: 0 = disabled, 1+ = number of times to execute before removing event, -1 = no limit.
input[] = {"ItemBriefcaseGold100oz"}; // array input to execVM at time of run and accessed with _this inside of script.
disallowedWorlds = {"VR"};
disallowedWorlds[] = {"VR"};
};
};