Network/ENetHost: Comment out warning in case of error

This commit is contained in:
Lynix
2018-10-21 13:53:06 +02:00
parent 4e9d4c10da
commit f3febe5d34

View File

@@ -247,7 +247,7 @@ namespace Nz
return 1; return 1;
case -1: case -1:
NazaraError("Error receiving incoming packets"); //NazaraError("Error receiving incoming packets");
return -1; return -1;
default: default: