From d97ca3e9b58df79fcbeead01d3d300705d653fea Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Sun, 2 Oct 2022 19:50:08 +0200 Subject: [PATCH] add: auto respawn --- DevourClient/Utils/Settings/Settings.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}