diff options
Diffstat (limited to 'Plugins')
-rw-r--r-- | Plugins/Core/pluginlist.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/Core/pluginlist.lua b/Plugins/Core/pluginlist.lua index 6cb767868..7b007f7db 100644 --- a/Plugins/Core/pluginlist.lua +++ b/Plugins/Core/pluginlist.lua @@ -7,7 +7,7 @@ function HandlePluginListCommand( Split, Player ) table.insert(PluginTable, Plugin:GetName() )
end
- Player:SendMessage( cChatColor.Green .. "Loaded plugins:" )
+ 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 |