mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 09:45:46 +00:00
input/udp - Dont log on invalid packet received
This commit is contained in:
parent
07f23df4cb
commit
f40becae29
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ namespace Response {
|
|||
*/
|
||||
std::optional<Type> Validate(u8* data, std::size_t size) {
|
||||
if (size < sizeof(Header)) {
|
||||
LOG_DEBUG(Input, "Invalid UDP packet received");
|
||||
return std::nullopt;
|
||||
}
|
||||
Header header{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue