1
0
Fork 0

Merged hotfix_1 into master

This commit is contained in:
sheychen 2016-11-18 10:40:43 +01:00
commit e78e7be8db
1 changed files with 4 additions and 4 deletions

View File

@ -227,16 +227,16 @@ namespace Galactic_Colors_Control
/// <returns>Send success</returns>
private bool Send(Data packet)
{
//try
//{
try
{
ClientSocket.Send(packet.ToBytes());
return true;
/*}
}
catch //Can't contact server
{
_errorCount++;
}
return false;*/
return false;
}
/// <summary>