diff --git a/DevourClient/Utils/Settings/Settings.cpp b/DevourClient/Utils/Settings/Settings.cpp index cfbe48b..59954aa 100644 --- a/DevourClient/Utils/Settings/Settings.cpp +++ b/DevourClient/Utils/Settings/Settings.cpp @@ -36,6 +36,7 @@ namespace settings { bool exp_modifier = false; int new_exp = 2000; bool walk_in_lobby = false; + bool auto_respawn = false; bool change_player_speed = false; int new_speed = 1; -} \ No newline at end of file +}