mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 17:35:59 +00:00
cleanup: flatten dead branches in world io level network and stats
This commit is contained in:
@@ -461,15 +461,9 @@ void Socket::SocketOutputStreamNetwork::writeWithFlags(byteArray b,
|
||||
return;
|
||||
}
|
||||
|
||||
#if 0
|
||||
bool lowPriority = ((flags & QNET_SENDDATA_LOW_PRIORITY) ==
|
||||
QNET_SENDDATA_LOW_PRIORITY);
|
||||
bool requireAck = lowPriority;
|
||||
#else
|
||||
bool lowPriority = false;
|
||||
bool requireAck = ((flags & NON_QNET_SENDDATA_ACK_REQUIRED) ==
|
||||
NON_QNET_SENDDATA_ACK_REQUIRED);
|
||||
#endif
|
||||
|
||||
if (m_queueIdx == SOCKET_SERVER_END) {
|
||||
// printf( "Sent %u bytes of data from \"%ls\" to \"%ls\"\n",
|
||||
|
||||
Reference in New Issue
Block a user