Remove ControlPanel from cache in Cleanup

This commit is contained in:
Cyberboss
2017-11-12 00:19:55 -05:00
parent ad4b36771b
commit cd5ffeb2bb
@@ -63,6 +63,7 @@ namespace TGControlPanel
/// </summary>
void Cleanup()
{
InstancesInUse.Remove(Interface.InstanceName);
Interface.Dispose();
}