AB is now disable by default

This commit is contained in:
ulteq 2015-04-11 19:51:58 +02:00
parent 2b0a0145c5
commit 5c5f41cf5b

View File

@ -2,7 +2,8 @@
#include "initKeybinds.sqf"
GVAR(enabled) = true;
// AB is disabled by default
GVAR(enabled) = false;
GVAR(bulletDatabase) = [];
GVAR(bulletDatabaseStartTime) = [];