Packet names

This commit is contained in:
Shoghi Cervantes Pueyo
2012-11-25 22:59:17 +01:00
parent 0205880f99
commit 61af6f14b4
3 changed files with 3 additions and 3 deletions

View File

@ -38,6 +38,6 @@ $packetName = array(
0x84 => "Custom Packet", //Minecraft Implementation
0x88 => "Custom Packet", //Minecraft Implementation
0x8c => "Custom Packet", //Minecraft Implementation
0xa0 => "Unknown", //Minecraft Implementation
0xa0 => "NACK", //Minecraft Implementation
0xc0 => "ACK", //Minecraft Implementation
);