fixes for prod

This commit is contained in:
2023-10-12 16:14:05 -07:00
parent 40b5a3d26f
commit 85ed597711
10 changed files with 55 additions and 11 deletions

View File

@@ -319,4 +319,7 @@ func main() {
// s := settings.Active.Get("cbaEventHandlers")
// // return the custom cba event handlers as an arma hashmap
// fmt.Println(a3interface.ToArmaHashMap(s))
fmt.Println("IFXMetrics extension started. Version: " + EXTENSION_VERSION)
fmt.Scanln()
}