mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Finishing Packet renaming tomorrow. Phew.
This commit is contained in:
parent
ee45a5ce99
commit
4c7b2da4a1
@ -559,7 +559,7 @@ public class PacketManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void registerPets() throws Exception {
|
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.RemovePetFromFlatEvent, PetPickupEvent.class);
|
||||||
this.registerHandler(Incoming.RespectPetEvent, ScratchPetEvent.class);
|
this.registerHandler(Incoming.RespectPetEvent, ScratchPetEvent.class);
|
||||||
this.registerHandler(Incoming.GetPetCommandsEvent, RequestPetTrainingPanelEvent.class);
|
this.registerHandler(Incoming.GetPetCommandsEvent, RequestPetTrainingPanelEvent.class);
|
||||||
|
Loading…
Reference in New Issue
Block a user