1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 02:11:06 +09:00

Minor tweaks

This commit is contained in:
lidgren
2012-09-25 07:16:59 +00:00
parent 47f8267e26
commit 03b90d348e
2 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ namespace Lidgren.Network
if (string.IsNullOrEmpty(text))
{
retval = CreateIncomingMessage(tp, 1);
retval.Write("");
retval.Write(string.Empty);
return retval;
}