From 66e837ecbc08ece3150a364976db87f56813d30b Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:22:27 +0100 Subject: Removed extraneous core. --- Core/plugins.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Core/plugins.lua (limited to 'Core/plugins.lua') diff --git a/Core/plugins.lua b/Core/plugins.lua deleted file mode 100644 index 6d74cf29e..000000000 --- a/Core/plugins.lua +++ /dev/null @@ -1,15 +0,0 @@ -function HandlePluginsCommand( Split, Player ) - local PluginManager = cRoot:Get():GetPluginManager() - local PluginList = PluginManager:GetAllPlugins() - - local PluginTable = {} - for k, Plugin in pairs( PluginList ) do - if ( Plugin ) then - table.insert(PluginTable, Plugin:GetName() ) - end - end - - Player:SendMessage( cChatColor.Green .. "Loaded plugins: (" .. #PluginTable .. ")" ) - Player:SendMessage( cChatColor.Gold .. table.concat(PluginTable, cChatColor.Gold.." ") ) - return true -end \ No newline at end of file -- cgit v1.2.3