Network/ENetHost: Comment out warning in case of error
This commit is contained in:
parent
4e9d4c10da
commit
f3febe5d34
|
|
@ -247,7 +247,7 @@ namespace Nz
|
|||
return 1;
|
||||
|
||||
case -1:
|
||||
NazaraError("Error receiving incoming packets");
|
||||
//NazaraError("Error receiving incoming packets");
|
||||
return -1;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in New Issue