Clear cr_entries on unload
This commit is contained in:
parent
2c10c89964
commit
05d00d134f
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ namespace pvpgn
|
|||
{
|
||||
vc_entries.clear();
|
||||
|
||||
cr_entries.clear();
|
||||
|
||||
versioncheck_conf_is_loaded = false;
|
||||
|
||||
eventlog(eventlog_level_info, __FUNCTION__, "Successfully unloaded all version check entries");
|
||||
|
|
Loading…
Add table
Reference in a new issue