Skip to content

Commit

Permalink
Added LoadSettings plugin call to rehash command.
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyfire committed Mar 30, 2015
1 parent 5ddd142 commit bf0c2c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified bin-vc12/FLHook.dll
Binary file not shown.
Binary file modified plugins/flhookplugin_sdk/libs/FLHook-vc12.lib
Binary file not shown.
2 changes: 2 additions & 0 deletions source/CCmds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,8 @@ void CCmds::CmdRehash()
RIGHT_CHECK(RIGHT_SETTINGS);

LoadSettings();
CALL_PLUGINS_NORET(PLUGIN_LoadSettings, , (), ());

HookRehashed();
Print(L"OK\n");
}
Expand Down

0 comments on commit bf0c2c1

Please sign in to comment.