Epoch/Sources/epoch_server/init
vbawol 1db988095e booleans in configs
- change bools in config files to string or a number.
- EPOCH_fnc_returnConfigEntry(V2) now also supports 0/1 via config when
default input is a bool.
Note: this commit may address issue with Bad conversion: bool rpt spam.

It is suggested to use the following format for storing booleans in
config:
1 = true
"true"=true
0 = false
"false"=false
2016-12-29 12:18:09 -06:00
..
server_init.sqf Removed workaround for PlayerDisconnected 2016-12-12 19:36:00 +01:00
server_securityfunctions.sqf fix typo on helper scripts 2016-12-18 13:21:42 -06:00
server_variables.sqf booleans in configs 2016-12-29 12:18:09 -06:00