mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update mission_check.sqf
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
//List of files in your mission to check. For example, you may want to add 'custom\variables.sqf' etc.
|
//List of files in your mission to check. For example, you may want to add 'custom\variables.sqf' etc.
|
||||||
//Remove any you aren't using
|
//Remove any you aren't using
|
||||||
_files = [
|
_files = [
|
||||||
'description.ext','init.sqf','mission.sqm','rules.sqf'
|
'description.ext','init.sqf','mission.sqm','rules.sqf','configVariables.sqf','dayz_code\init\compiles.sqf','dayz_code\init\variables.sqf'
|
||||||
];
|
];
|
||||||
|
|
||||||
_list = [];
|
_list = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user