mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Return to ignore
This commit is contained in:
parent
b13809f0c0
commit
3d43df99f1
2 changed files with 2 additions and 0 deletions
|
@ -880,6 +880,7 @@ void Client::ProcessData(NetworkPacket *pkt)
|
|||
if (command >= TOCLIENT_NUM_MSG_TYPES) {
|
||||
infostream << "Client: Ignoring unknown command "
|
||||
<< command << std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue