mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
@ -46,7 +46,6 @@ void McClient::sendRequest() {
|
||||
writePacketToSocket(data); // send status packet
|
||||
}
|
||||
|
||||
// Accumulate data until we have a full response, then call parseResponse() once
|
||||
void McClient::readRawResponse() {
|
||||
if (m_responseReadState == 2) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user