Move sm_dump_admcache to AdminCache.

This commit is contained in:
David Anderson
2015-09-20 14:33:02 -07:00
parent 8b4f27a038
commit c614d19af0
5 changed files with 16 additions and 23 deletions
-6
View File
@@ -114,11 +114,6 @@ static void DumpHandles(void (*dumpfn)(const char *fmt, ...))
g_HandleSys.Dump(dumpfn);
}
static bool DumpAdminCache(const char *filename)
{
return g_Admins.DumpCache(filename);
}
static void RegisterProfiler(IProfilingTool *tool)
{
g_ProfileToolManager.RegisterTool(tool);
@@ -160,7 +155,6 @@ static sm_logic_t logic =
GenerateError,
AddNatives,
DumpHandles,
DumpAdminCache,
RegisterProfiler,
OnRootCommand,
CDataPack::New,