From b4d9732fe9281d58e6970f336054205471bec74c Mon Sep 17 00:00:00 2001 From: PlasmaPower Date: Sun, 29 May 2016 11:12:18 -0600 Subject: Added GetTeamNames to cScoreboard (#3217) Resolves #3210 --- 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 51406c27c..fa85f0532 100644 --- a/Server/Plugins/Debuggers/Info.lua +++ b/Server/Plugins/Debuggers/Info.lua @@ -208,6 +208,12 @@ g_PluginInfo = Handler = HandleBlkCmd, HelpString = "Gets info about the block you are looking at" }, + ["/teams"] = + { + Permission = "debuggers", + Handler = HandleTeamsCmd, + HelpString = "List the teams" + }, }, -- Commands ConsoleCommands = -- cgit v1.2.3