added misc:always_follow_on_dnd

This commit is contained in:
vaxerski
2022-08-06 22:26:32 +02:00
parent 64e80991ca
commit 9564a4cd12
4 changed files with 25 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ void CConfigManager::setDefaultVars() {
configValues["misc:no_vfr"].intValue = 1;
configValues["misc:damage_entire_on_snapshot"].intValue = 0;
configValues["misc:mouse_move_enables_dpms"].intValue = 0;
configValues["misc:always_follow_on_dnd"].intValue = 1;
configValues["debug:int"].intValue = 0;
configValues["debug:log_damage"].intValue = 0;