Clans: fix clans config not being auto-loaded

Signed-off-by: zeph <35661622+ZephyrCodesStuff@users.noreply.github.com>
This commit is contained in:
zeph 2025-12-07 19:14:22 +01:00
parent 8125d7f21a
commit ac036a0580
No known key found for this signature in database

View File

@ -132,6 +132,8 @@ namespace clan
clans_client::clans_client()
{
g_cfg_clans.load();
createRequest();
}