latest and greatest

two errors to solve
This commit is contained in:
daniellepul 2016-04-28 02:11:47 -10:00
parent b3214cefda
commit 5ad07ee93a
2 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ namespace GameCreatorGroupProject
{
int byteLength = ThisByte.Length;
//writers data to stream
writer.Write(result);//writes the name (EDIT THIS LATER)
writer.Write(result);//writes the name
writer.Write(byteLength); //send length of the byte array and then the byte array.
writer.Write(ThisByte);
writer.Flush();