mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fixed mispelling in the error given when the server port isn't forwarded
This commit is contained in:
parent
9acb3e5e71
commit
2d065c3fdf
|
@ -257,7 +257,7 @@ int register_process_packet(NETCHUNK *packet)
|
|||
memcmp(packet->data, SERVERBROWSE_FWERROR, sizeof(SERVERBROWSE_FWERROR)) == 0)
|
||||
{
|
||||
dbg_msg("register", "ERROR: the master server reports that clients can not connect to this server.");
|
||||
dbg_msg("register", "ERROR: configure your firewall/nat to let trough udp on port %d.", config.sv_port);
|
||||
dbg_msg("register", "ERROR: configure your firewall/nat to let through udp on port %d.", config.sv_port);
|
||||
register_new_state(REGISTERSTATE_ERROR);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue