handle activate requests

This commit is contained in:
vaxerski
2022-10-22 16:43:47 +01:00
parent 0d7d7a970d
commit 2c714eace5
5 changed files with 35 additions and 7 deletions

View File

@@ -60,6 +60,7 @@ void CConfigManager::setDefaultVars() {
configValues["misc:disable_autoreload"].intValue = 0;
configValues["misc:enable_swallow"].intValue = 0;
configValues["misc:swallow_regex"].strValue = STRVAL_EMPTY;
configValues["misc:focus_on_activate"].intValue = 1;
configValues["debug:int"].intValue = 0;
configValues["debug:log_damage"].intValue = 0;