mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -92,7 +92,7 @@ public class CreateManager {
|
|||
Protocol.inboundBuffer.offset = 0;
|
||||
Protocol.socket.read(0, suggestedNames.length * 8, Protocol.inboundBuffer.data);
|
||||
for (local120 = 0; local120 < suggestedNames.length; local120++) {
|
||||
suggestedNames[local120] = Base37.decodeLowerCase(Protocol.inboundBuffer.g8());
|
||||
suggestedNames[local120] = Base37.decode37(Protocol.inboundBuffer.g8());
|
||||
}
|
||||
reply = 21;
|
||||
step = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue