File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -750,19 +750,6 @@ void CCmds::CmdUnloadPlugin(const std::wstring& wscPlugin)
750
750
751
751
// /////////////////////////////////////////////////////////////////////////////////////////////////////////////
752
752
753
- void CCmds::CmdRehash ()
754
- {
755
- RIGHT_CHECK (RIGHT_SETTINGS);
756
-
757
- LoadSettings ();
758
- CallPluginsAfter (HookedCall::FLHook__LoadSettings);
759
-
760
- HookRehashed ();
761
- Print (" OK" );
762
- }
763
-
764
- // /////////////////////////////////////////////////////////////////////////////////////////////////////////////
765
-
766
753
/* * Chase a player. Only works in system as you'd need a client hook to do across system */
767
754
void CCmds::CmdChase (std::wstring adminName, const std::variant<uint, std::wstring>& player)
768
755
{
@@ -1245,10 +1232,6 @@ void CCmds::ExecuteCommandString(const std::wstring& wscCmdStr)
1245
1232
{
1246
1233
CmdListPlugins ();
1247
1234
}
1248
- else if (wscCmd == L" rehash" )
1249
- {
1250
- CmdRehash ();
1251
- }
1252
1235
else if (wscCmd == L" help" )
1253
1236
{
1254
1237
CmdHelp ();
You can’t perform that action at this time.
0 commit comments