mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update REsec.hpp allowed execVM
Update for new corepatch: https://github.com/Goliath86/CorePatch/blob/master/CorePatch_Modules/Functions/main.sqf#L9 Also fixed false positive due to case sensitivity: "WARNING RE rexecVMcode with illegal args:[any,any,"ca\modules\Functions\init.sqf"]"
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
// Special logic for execVM, only these whitelisted scripts will be spawned
|
// Special logic for execVM, only these whitelisted scripts will be spawned
|
||||||
#ifndef WHITELISTED_EXECVM
|
#ifndef WHITELISTED_EXECVM
|
||||||
#define WHITELISTED_EXECVM [ ""ca\Modules\Functions\init.sqf"" ]
|
#define WHITELISTED_EXECVM [ ""ca\Modules\Functions\init.sqf"", ""ca\modules\Functions\init.sqf"", ""\CorePatch\CorePatch_Modules\Functions\init.sqf"" ]
|
||||||
// uncomment and put in the array above if you want your server be able to kick players (not used in DayZ for now)
|
// uncomment and put in the array above if you want your server be able to kick players (not used in DayZ for now)
|
||||||
//""ca\Modules\MP\data\scriptCommands\endMission.sqf""
|
//""ca\Modules\MP\data\scriptCommands\endMission.sqf""
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user