Skip to content

Commit

Permalink
Enable volatile CBA settings
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 authored Oct 16, 2023
1 parent 3604d7e commit 41ae5b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/settings/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ class CfgPatches {
// https://github.com/CBATeam/CBA_A3/blob/e48c270da63574368c7a8f553ea64a29a339d40d/addons/settings/fnc_initDisplayMain.sqf#L8
class cba_settings_userconfig: ADDON {};
};

// Prevents setting changes from persisting between server restarts
cba_settings_volatile = 1;

0 comments on commit 41ae5b0

Please sign in to comment.