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,11 +12,11 @@ namespace AsterNET.Manager.Event
public bool Reconnect
{
get { return this.reconnect; }
set { this.reconnect = true; }
set { this.reconnect = value; }
}
public ConnectionStateEvent(ManagerConnection source)
: base(source)
{ }
}
}
}