ACE3/addons/optionsmenu/functions/fnc_toggleIncludeClientSettings.sqf
2018-01-17 03:36:10 -08:00

19 lines
250 B
Plaintext

/*
* Author: Glowbal
*
*
* Arguments:
* none
*
* Return Value:
* None
*
* Public: No
*/
#include "script_component.hpp"
GVAR(ClientSettingsExportIncluded) = !(GVAR(ClientSettingsExportIncluded));
[] call FUNC(onServerSettingsMenuOpen);