forked from teamnwah/openmw-tes3coop
[General] Empty strings should be sent too
This commit is contained in:
parent
d904628103
commit
f5e23d5fc6
1 changed files with 1 additions and 4 deletions
|
@ -81,10 +81,7 @@ namespace mwmp
|
|||
if (write)
|
||||
{
|
||||
if (compress)
|
||||
{
|
||||
if (!str.empty())
|
||||
RakNet::RakString::SerializeCompressed(str.c_str(), bs);
|
||||
}
|
||||
else
|
||||
{
|
||||
RakNet::RakString rstr;
|
||||
|
|
Loading…
Reference in a new issue