Beispiel #1
0
def unload_configs():
    '''Unloads and cleans up the configuration structure'''

    # Unregister the server cvar hooking
    AddonCvars._unregister_cvar_event()

    # Unload configuration files
    ConfigManager._unload_configs()
Beispiel #2
-1
def unload_configs():
    '''Unloads and cleans up the configuration structure'''

    # Unregister the server cvar hooking
    AddonCvars._unregister_cvar_event()

    # Unload configuration files
    ConfigManager._unload_configs()