diff --git a/Changelog.md b/Changelog.md index 06b39cf..0397469 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Galactic Colors Control/Program.cs b/Galactic Colors Control/Program.cs index fce2ec9..6e7e0b3 100644 --- a/Galactic Colors Control/Program.cs +++ b/Galactic Colors Control/Program.cs @@ -227,16 +227,16 @@ namespace Galactic_Colors_Control /// Send success private bool Send(Data packet) { - //try - //{ + try + { ClientSocket.Send(packet.ToBytes()); return true; - /*} + } catch //Can't contact server { _errorCount++; } - return false;*/ + return false; } ///