mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:23:28 +00:00
switched module function to be a post init function
This commit is contained in:
@@ -7,7 +7,7 @@ prefix = "armatak"
|
||||
build = 0
|
||||
major = 0
|
||||
minor = 7
|
||||
patch = 0
|
||||
patch = 5
|
||||
|
||||
git_hash = 0
|
||||
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -83,7 +83,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "armatak"
|
||||
version = "0.7.0"
|
||||
version = "0.7.5"
|
||||
dependencies = [
|
||||
"arma-rs",
|
||||
"futures",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "armatak"
|
||||
version = "0.7.0"
|
||||
version = "0.7.5"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -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