1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-12 02:27:44 +00:00

potentially fix shifted dutyrecorder actorcontrols

This commit is contained in:
NotAdam 2019-01-15 20:10:35 +11:00
parent 82bcea0419
commit 4ed379d4aa

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,