add: auto respawn

This commit is contained in:
ALittlePatate
2022-10-02 19:50:08 +02:00
committed by GitHub
parent 04d0d3ffe0
commit d97ca3e9b5

View File

@@ -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;
}
}