Don't flush so eagerly...

This commit is contained in:
Gregor Richards 2017-02-22 23:19:02 -05:00
parent d1ab288d73
commit 3e0bc5acdc

View File

@ -162,8 +162,7 @@ bool netplay_send(struct socket_buffer *sbuf, int sockfd, const void *buf,
}
/* Flush what we can immediately */
return netplay_send_flush(sbuf, sockfd, false);
return true;
}
/**