Started organizing CS2/Protocol-related functions

This commit is contained in:
Pazaz 2022-04-25 04:02:02 -04:00
parent 46740027df
commit ef6a5d7385
268 changed files with 5936 additions and 6093 deletions

View file

@ -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;