mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-25 01:23:36 +00:00
initial debug draw packet; data for the tests are entirely fabricated as we have no instances of this packet in the wild (#1170)
This commit is contained in:
parent
5d42f71901
commit
f2c486d6f6
3 changed files with 69 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ object GamePacketOpcode extends Enumeration {
|
|||
case 0x99 => noDecoder(EmpireIncentivesMessage)
|
||||
case 0x9a => game.InvalidTerrainMessage.decode
|
||||
case 0x9b => noDecoder(SyncMessage)
|
||||
case 0x9c => noDecoder(DebugDrawMessage)
|
||||
case 0x9c => game.DebugDrawMessage.decode
|
||||
case 0x9d => noDecoder(SoulMarkMessage)
|
||||
case 0x9e => noDecoder(UplinkPositionEvent)
|
||||
case 0x9f => game.HotSpotUpdateMessage.decode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue