diff options
Diffstat (limited to 'pkg/messages/types/svcUpdateStringTable.go')
| -rw-r--r-- | pkg/messages/types/svcUpdateStringTable.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/messages/types/svcUpdateStringTable.go b/pkg/messages/types/svcUpdateStringTable.go index 9a3cbe0..0ff076c 100644 --- a/pkg/messages/types/svcUpdateStringTable.go +++ b/pkg/messages/types/svcUpdateStringTable.go | |||
| @@ -11,7 +11,7 @@ type SvcUpdateStringTable struct { | |||
| 11 | 11 | ||
| 12 | func ParseSvcUpdateStringTable(reader *bitreader.Reader) SvcUpdateStringTable { | 12 | func ParseSvcUpdateStringTable(reader *bitreader.Reader) SvcUpdateStringTable { |
| 13 | svcUpdateStringTable := SvcUpdateStringTable{ | 13 | svcUpdateStringTable := SvcUpdateStringTable{ |
| 14 | TableId: reader.TryReadUInt8(), | 14 | TableId: uint8(reader.TryReadBits(5)), |
| 15 | } | 15 | } |
| 16 | if reader.TryReadBool() { | 16 | if reader.TryReadBool() { |
| 17 | svcUpdateStringTable.NumChangedEntries = reader.TryReadUInt16() | 17 | svcUpdateStringTable.NumChangedEntries = reader.TryReadUInt16() |