mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
[General] Empty strings should be sent too
This commit is contained in:
parent
d904628103
commit
f5e23d5fc6
@ -81,10 +81,7 @@ namespace mwmp
|
|||||||
if (write)
|
if (write)
|
||||||
{
|
{
|
||||||
if (compress)
|
if (compress)
|
||||||
{
|
RakNet::RakString::SerializeCompressed(str.c_str(), bs);
|
||||||
if (!str.empty())
|
|
||||||
RakNet::RakString::SerializeCompressed(str.c_str(), bs);
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
RakNet::RakString rstr;
|
RakNet::RakString rstr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user