mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-16 04:43:41 +00:00
Fix persistant storage functions I broke?
This commit is contained in:
@@ -21,7 +21,8 @@ namespace qController
|
||||
|
||||
public static void AddInstance(string name, string address){
|
||||
if(!Contains(name,address)){
|
||||
qInstances.Add(new QInstance(name, address));
|
||||
AddInstance(new QInstance(name, address));
|
||||
Console.WriteLine("Adding Instance: " + name + " @ " + address);
|
||||
}
|
||||
}
|
||||
public static void AddInstance(QInstance q){
|
||||
|
||||
Reference in New Issue
Block a user