fix save fields for visuals

This commit is contained in:
CallowBlack
2022-06-12 20:18:53 +03:00
parent c7d6228d20
commit 259600224c
6 changed files with 18 additions and 18 deletions

View File

@ -14,7 +14,7 @@ namespace cheat::feature
static std::string f_URL;
Browser::Browser() : Feature(),
NF(f_Enabled, "Browser", "Visuals", false),
NFEX(f_Enabled, "Browser", "Browser", "Visuals", false, false),
toBeUpdate(), nextUpdate(0)
{
events::GameUpdateEvent += MY_METHOD_HANDLER(Browser::OnGameUpdate);