mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
async sqlite
This commit is contained in:
2
Util.cs
2
Util.cs
@@ -13,7 +13,7 @@ namespace VRCX
|
||||
repository.Register("VRCX", VRCX.Instance, true, options);
|
||||
repository.Register("SharedVariable", SharedVariable.Instance, false, options);
|
||||
repository.Register("VRCXStorage", VRCXStorage.Instance, false, options);
|
||||
repository.Register("SQLite", SQLite.Instance, false, options);
|
||||
repository.Register("SQLite", SQLite.Instance, true, options);
|
||||
repository.Register("LogWatcher", LogWatcher.Instance, true, options);
|
||||
repository.Register("Discord", Discord.Instance, true, options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user