Finishing Packet renaming tomorrow. Phew.

This commit is contained in:
Harmonic 2022-04-21 16:58:03 -07:00
parent ee45a5ce99
commit 4c7b2da4a1

View File

@ -559,7 +559,7 @@ public class PacketManager {
}
void registerPets() throws Exception {
this.registerHandler(Incoming.UpdateRoomThumbnailEvent, GetPetInfoEvent.class);
this.registerHandler(Incoming.GetPetInfoEvent, GetPetInfoEvent.class);
this.registerHandler(Incoming.RemovePetFromFlatEvent, PetPickupEvent.class);
this.registerHandler(Incoming.RespectPetEvent, ScratchPetEvent.class);
this.registerHandler(Incoming.GetPetCommandsEvent, RequestPetTrainingPanelEvent.class);