allow changing the dns server port
This commit is contained in:
+1
-1
@@ -411,7 +411,7 @@ static void command_ax(shared_ptr<ServerState>, shared_ptr<Lobby>,
|
||||
shared_ptr<Client> c, const char16_t* args) {
|
||||
check_privileges(c, Privilege::Announce);
|
||||
string message = encode_sjis(args);
|
||||
log(INFO, "[$ax from %010u] %s\n", c->license->serial_number, message.c_str());
|
||||
log(INFO, "[Client message from %010u] %s\n", c->license->serial_number, message.c_str());
|
||||
}
|
||||
|
||||
static void command_announce(shared_ptr<ServerState> s, shared_ptr<Lobby>,
|
||||
|
||||
Reference in New Issue
Block a user