From 45ce828a168a96783c4c96bd18c3b3d5a3bfeee4 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 1 Jan 2017 22:44:13 +0100 Subject: Debuggers: PluginStats are now output only on request. (#3513) The stats are no longer output on plugin startup, instead there is a new console command "pluginstats" for that. --- Server/Plugins/Debuggers/Info.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Server/Plugins/Debuggers/Info.lua') diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua index ea1a60a56..a29ab5995 100644 --- a/Server/Plugins/Debuggers/Info.lua +++ b/Server/Plugins/Debuggers/Info.lua @@ -290,6 +290,12 @@ g_PluginInfo = HelpString = "Loads the specified chunk into memory", }, + ["pluginstats"] = + { + Handler = HandleConsolePluginStats, + HelpString = "Shows the stats for each plugin", + }, + ["preparechunk"] = { Handler = HandleConsolePrepareChunk, -- cgit v1.2.3