Nice Commit! :)

This commit is contained in:
TomNordesen
2021-12-07 19:58:24 +01:00
parent fe5814d5ba
commit bfcce19649
3 changed files with 9 additions and 2 deletions

View File

@@ -833,7 +833,7 @@ void HandlePacket(Packet* packet) {
}
if (packet->data[1] != WORLD) return;
switch (packet->data[3]) {
case MSG_WORLD_CLIENT_VALIDATION: {
std::string username = PacketUtils::ReadString(0x08, packet, true);