mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-14 15:45:15 +01:00
Remove unneeded warning
This commit is contained in:
parent
96c46ce568
commit
d2a38d8b01
@ -835,7 +835,6 @@ bool Network::MarshalAllData(NetworkUpdate *ud)
|
|||||||
|
|
||||||
/* Already marshalled? */
|
/* Already marshalled? */
|
||||||
if (ntohs(p->magic) == FRODO_NETWORK_MAGIC) {
|
if (ntohs(p->magic) == FRODO_NETWORK_MAGIC) {
|
||||||
warning("Data already marshalled\n");
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user