mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
address feedbacl
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user