mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix to to too two times
This commit is contained in:
parent
d7d8aa1039
commit
dec8c43de3
2 changed files with 2 additions and 2 deletions
|
@ -1459,7 +1459,7 @@ void Server::ProcessData(u8 *data, u32 datasize, u16 peer_id)
|
|||
if (playername_length == PLAYERNAME_SIZE) {
|
||||
actionstream<<"Server: Player with name exceeding max length "
|
||||
<<"tried to connect from "<<addr_s<<std::endl;
|
||||
DenyAccess(peer_id, L"Name to long");
|
||||
DenyAccess(peer_id, L"Name too long");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue