mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 16:37:45 +00:00
Re-add CountdownCancel opcode
This commit is contained in:
parent
8220d90ed6
commit
5b63cfb023
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ namespace Sapphire::Network::Packets
|
|||
SetOnlineStatus = 0x324, // updated 6.30h
|
||||
|
||||
CountdownInitiate = 0x3b1, // updated 6.30h
|
||||
CountdownInitiate = 0x3b1, // updated 6.30h
|
||||
CountdownCancel = 0xb6, // updated 6.30h
|
||||
|
||||
PlayerAddedToBlacklist = 0x399, // updated 6.30h
|
||||
PlayerRemovedFromBlacklist = 0x1dc, // updated 6.30h
|
||||
|
|
Loading…
Add table
Reference in a new issue