fix $password command

This commit is contained in:
Martin Michelsen
2023-12-28 19:39:44 -08:00
parent c00b554b56
commit 1058998550
+1 -1
View File
@@ -937,7 +937,7 @@ static void server_command_password(shared_ptr<Client> c, const std::string& arg
check_is_leader(l, c);
if (!args[0]) {
l->password[0] = 0;
l->password.clear();
send_text_message(l, "$C6Game unlocked");
} else {