Fix for amb895 - amx_plugins now displays properly over RCON

This commit is contained in:
Steve Dudenhoeffer 2007-09-03 16:39:32 +00:00
parent 26f1c8dec7
commit bd3b7fc70c

View File

@ -765,6 +765,7 @@ public cmdPlugins(id, level, cid)
if (id==0) // If server executes redirect this to "amxx plugins" for more in depth output
{
server_cmd("amxx plugins");
server_exec();
return PLUGIN_HANDLED;
}