Merge pull request #149 from Deantwo/patch-3

Error Waiting to Happen
This commit is contained in:
Ben Merrills 2018-06-25 21:27:46 +01:00 committed by GitHub
commit 82724c1228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ namespace AsterNET.Manager.Event
public bool Reconnect public bool Reconnect
{ {
get { return this.reconnect; } get { return this.reconnect; }
set { this.reconnect = true; } set { this.reconnect = value; }
} }
public ConnectionStateEvent(ManagerConnection source) public ConnectionStateEvent(ManagerConnection source)