From bd3b7fc70c06c374f2504117b5f8798b121040e0 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Mon, 3 Sep 2007 16:39:32 +0000 Subject: [PATCH] Fix for amb895 - amx_plugins now displays properly over RCON --- plugins/admincmd.sma | 1 + 1 file changed, 1 insertion(+) 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; }