mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 18:03:30 +00:00
switched module function to be a post init function
This commit is contained in:
@@ -3,6 +3,7 @@ class CfgFunctions {
|
||||
class functions {
|
||||
class init {
|
||||
file = "\armatak\armatak\armatak_main\functions\fn_init.sqf";
|
||||
postInit = 1;
|
||||
};
|
||||
class extract_callsign {
|
||||
file = "\armatak\armatak\armatak_main\functions\extract_data\fn_extract_callsign.sqf";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#define build 0
|
||||
#define major 0
|
||||
#define minor 6
|
||||
#define patch 0
|
||||
#define minor 7
|
||||
#define patch 5
|
||||
Reference in New Issue
Block a user