Fixes and changes

This commit is contained in:
Natsumi
2023-09-25 02:19:09 +13:00
parent ad780071b2
commit 2c1f7dbf13
7 changed files with 126 additions and 67 deletions

View File

@@ -703,9 +703,9 @@ namespace VRCX
public void Stop()
{
listener.Stop();
listener.Close();
worldDB.Close();
listener?.Stop();
listener?.Close();
worldDB?.Close();
}
}
}