fix cfgfunctions and add init declaration

This commit is contained in:
2024-01-25 21:14:11 -08:00
parent ef4c5a63ad
commit dcb8d2d0d6
3 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
if ( !hasInterface ) exitWith {};
// define milsim_resupply_crateDefinitions
call milsim_fnc_crateDefinitions;
["InitializePlayer", [player, true]] call BIS_fnc_dynamicGroups;
nil;