1
0
Fork 0

Merged hotfix_1 into develop

This commit is contained in:
sheychen 2016-11-18 10:40:52 +01:00
commit 9a41329f2a
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Change Log
## 1.1.0 Release - Soon
## 1.1.0 Release - 17/11/2016
- Complete Network rework
- Parties as Chat Channels

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>