mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
fix saytext2 encoding
This commit is contained in:
parent
966879a138
commit
6be6dc7669
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ impl BitWrite<LittleEndian> for SayText2Message {
|
||||||
self.kind.write(stream)?;
|
self.kind.write(stream)?;
|
||||||
from.write(stream)?;
|
from.write(stream)?;
|
||||||
self.text.write(stream)?;
|
self.text.write(stream)?;
|
||||||
|
0u16.write(stream)?;
|
||||||
} else {
|
} else {
|
||||||
self.text.write(stream)?;
|
self.text.write(stream)?;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue