@@ -105,7 +105,7 @@ public static void method552(boolean arg0) {
105
105
i = -IncomingPackets .incomingPacketBuffer .currentPosition + 8 ;
106
106
}
107
107
if (i > 0 ) {
108
- MovedStatics .gameSocket .method1008 (IncomingPackets .incomingPacketBuffer .currentPosition , i , - 128 , IncomingPackets .incomingPacketBuffer .buffer );
108
+ MovedStatics .gameSocket .method1008 (IncomingPackets .incomingPacketBuffer .currentPosition , i , IncomingPackets .incomingPacketBuffer .buffer );
109
109
IncomingPackets .incomingPacketBuffer .currentPosition += i ;
110
110
}
111
111
}
@@ -211,18 +211,18 @@ public static void method552(boolean arg0) {
211
211
PlayerAppearance .anInt708 <<= 8 ;
212
212
PlayerAppearance .anInt708 += MovedStatics .gameSocket .read ();
213
213
Class44 .anInt1049 = MovedStatics .gameSocket .read ();
214
- MovedStatics .gameSocket .method1008 (0 , 1 , - 127 , IncomingPackets .incomingPacketBuffer .buffer );
214
+ MovedStatics .gameSocket .method1008 (0 , 1 , IncomingPackets .incomingPacketBuffer .buffer );
215
215
IncomingPackets .incomingPacketBuffer .currentPosition = 0 ;
216
216
IncomingPackets .incomingPacket = IncomingPackets .incomingPacketBuffer .getPacket ();
217
- MovedStatics .gameSocket .method1008 (0 , 2 , - 127 , IncomingPackets .incomingPacketBuffer .buffer );
217
+ MovedStatics .gameSocket .method1008 (0 , 2 , IncomingPackets .incomingPacketBuffer .buffer );
218
218
IncomingPackets .incomingPacketBuffer .currentPosition = 0 ;
219
219
IncomingPackets .incomingPacketSize = IncomingPackets .incomingPacketBuffer .getUnsignedShortBE ();
220
220
Class40_Sub3 .anInt2032 = 10 ;
221
221
}
222
222
if (Class40_Sub3 .anInt2032 == 10 ) {
223
223
if (MovedStatics .gameSocket .inputStreamAvailable () >= IncomingPackets .incomingPacketSize ) {
224
224
IncomingPackets .incomingPacketBuffer .currentPosition = 0 ;
225
- MovedStatics .gameSocket .method1008 (0 , IncomingPackets .incomingPacketSize , - 128 , IncomingPackets .incomingPacketBuffer .buffer );
225
+ MovedStatics .gameSocket .method1008 (0 , IncomingPackets .incomingPacketSize , IncomingPackets .incomingPacketBuffer .buffer );
226
226
Main .method44 ();
227
227
Class51 .regionX = -1 ;
228
228
FloorDecoration .method343 (false , 5688 );
0 commit comments