Fix despawns

This commit is contained in:
SilicaAndPina 2021-02-24 00:37:02 +13:00
parent c3585b655a
commit b80984b92e
6 changed files with 51 additions and 33 deletions

View file

@ -405,6 +405,9 @@ namespace HISP.Server
case PacketBuilder.PACKET_AUCTION:
GameServer.OnAuctionPacket(this, Packet);
break;
case PacketBuilder.PACKET_PLAYER_INTERACTION:
GameServer.OnPlayerInteration(this, Packet);
break;
default:
Logger.ErrorPrint("Unimplemented Packet: " + BitConverter.ToString(Packet).Replace('-', ' '));
break;