diff --git a/plugins/admincmd.sma b/plugins/admincmd.sma index bb56c730..7aa41fa8 100755 --- a/plugins/admincmd.sma +++ b/plugins/admincmd.sma @@ -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; }