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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user