From 04d0d3ffe01cf9054db5192886d9e1cde8209b56 Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Sun, 2 Oct 2022 19:49:50 +0200 Subject: [PATCH] add: auto respawn --- DevourClient/Utils/Settings/Settings.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DevourClient/Utils/Settings/Settings.hpp b/DevourClient/Utils/Settings/Settings.hpp index 2997030..456cbab 100644 --- a/DevourClient/Utils/Settings/Settings.hpp +++ b/DevourClient/Utils/Settings/Settings.hpp @@ -40,8 +40,9 @@ namespace settings { extern bool exp_modifier; extern int new_exp; extern bool walk_in_lobby; + extern bool auto_respawn; extern bool change_player_speed; extern int new_speed; } -#endif \ No newline at end of file +#endif