mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Acturally handle click packets
This commit is contained in:
parent
862375cc75
commit
b184a9a3d4
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@ namespace HISP.Server
|
|||
case PacketBuilder.PACKET_CHAT:
|
||||
GameServer.OnChatPacket(this, Packet);
|
||||
break;
|
||||
case PacketBuilder.PACKET_CLICK:
|
||||
GameServer.OnClickPacket(this, Packet);
|
||||
break;
|
||||
case PacketBuilder.PACKET_KEEP_ALIVE:
|
||||
GameServer.OnKeepAlive(this, Packet);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue