mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-30 21:51:33 +00:00
address feedbacl
This commit is contained in:
parent
4627168871
commit
74601c6887
@ -98,7 +98,7 @@ namespace ClientPackets {
|
|||||||
bitStream.Write<uint8_t>(it.second); // length
|
bitStream.Write<uint8_t>(it.second); // length
|
||||||
toWrite--;
|
toWrite--;
|
||||||
}
|
}
|
||||||
for (toWrite; toWrite <= 0; toWrite--) {
|
for (; toWrite <= 0; toWrite--) {
|
||||||
bitStream.Write<uint16_t>(0);
|
bitStream.Write<uint16_t>(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user