project: rev 199
This commit is contained in:
@@ -1,30 +1,5 @@
|
||||
import java.io.IOException;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("hr")
|
||||
public class class231 {
|
||||
@ObfuscatedName("hh")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(ZB)V",
|
||||
garbageValue = "24"
|
||||
)
|
||||
static final void method4431(boolean var0) {
|
||||
class262.playPcmPlayers();
|
||||
++Client.packetWriter.pendingWrites;
|
||||
if (Client.packetWriter.pendingWrites >= 50 || var0) {
|
||||
Client.packetWriter.pendingWrites = 0;
|
||||
if (!Client.hadNetworkError && Client.packetWriter.getSocket() != null) {
|
||||
PacketBufferNode var1 = VerticalAlignment.getPacketBufferNode(ClientPacket.field2573, Client.packetWriter.isaacCipher);
|
||||
Client.packetWriter.addNode(var1);
|
||||
|
||||
try {
|
||||
Client.packetWriter.flush();
|
||||
} catch (IOException var3) {
|
||||
Client.hadNetworkError = true;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@ObfuscatedName("ha")
|
||||
public interface class231 extends Iterable {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user