Small fix

This commit is contained in:
fed 2022-12-21 23:33:16 +01:00
parent 163de98ad5
commit 7a1b9cf6ee

View File

@ -334,6 +334,8 @@ namespace party
return;
}
fastfiles::set_usermap(mapname);
for (const auto& [ext, key, opt] : usermap_files)
{
char buffer[0x100] = {0};