update some format notes

This commit is contained in:
Martin Michelsen
2023-03-21 22:47:17 -07:00
parent b281eecfee
commit c48a998750
4 changed files with 18 additions and 12 deletions
+1
View File
@@ -243,6 +243,7 @@ static void proxy_command_arrow(shared_ptr<ServerState>,
static void server_command_debug(shared_ptr<ServerState>, shared_ptr<Lobby>,
shared_ptr<Client> c, const std::u16string&) {
check_privileges(c, Privilege::DEBUG);
c->options.debug = !c->options.debug;
send_text_message_printf(c, "Debug %s",
c->options.debug ? "enabled" : "disabled");