mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Change --config behavior to allow for multi instance
This commit is contained in:
@@ -734,9 +734,16 @@ namespace VRCX
|
||||
|
||||
public void Stop()
|
||||
{
|
||||
listener?.Stop();
|
||||
listener?.Close();
|
||||
worldDB?.Close();
|
||||
try
|
||||
{
|
||||
worldDB?.Close();
|
||||
listener?.Stop();
|
||||
listener?.Close();
|
||||
}
|
||||
catch (ObjectDisposedException ex)
|
||||
{
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user