Fix MsgSysCreateObject stage lookup

This commit is contained in:
Andrew Gutekanst
2020-01-22 18:03:02 -05:00
parent fa245e53fb
commit 5a67d689e0
2 changed files with 8 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ type MsgSysEnumerateStage struct {
AckHandle uint32
Unk0 uint8 // Hardcoded 1 in the binary
StageIDLength uint8
StageID string
StageID string // NULL terminated string.
}
// Opcode returns the ID associated with this packet type.