Unload fix and small tweaks

This commit is contained in:
sardelka9515
2022-10-15 13:52:49 +08:00
parent b48b15b652
commit 411b199a98
14 changed files with 84 additions and 94 deletions

View File

@ -60,7 +60,7 @@ namespace RageCoop.Client
private static void ReloadDomain(object sender, EventArgs e)
{
Loader.DomainContext.RequestUnload();
Loader.LoaderContext.RequestUnload();
}
}
}