1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 01:37:47 +00:00

potentially fix shifted dutyrecorder actorcontrols

This commit is contained in:
NotAdam 2019-01-15 20:10:35 +11:00
parent 30c329ee1f
commit 3793b16b36

View file

@ -207,8 +207,8 @@ enum ActorControlType : uint16_t
Dismount = 0x3A1, // updated 4.5
// Duty Recorder
BeginReplayAck = 0x3A1,
EndReplayAck = 0x3A2,
BeginReplayAck = 0x3A2,
EndReplayAck = 0x3A3,
// Housing
ShowHousingItemUI = 0x3F7,