From 80fdb2cdb2340c3b3aa5ab705617abdd5c9f83a1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 29 Nov 2005 21:59:21 +0000 Subject: [PATCH] Removed ps_locked flag --- amxmodx/amxmodx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amxmodx/amxmodx.cpp b/amxmodx/amxmodx.cpp index 1774140b..cc188658 100755 --- a/amxmodx/amxmodx.cpp +++ b/amxmodx/amxmodx.cpp @@ -2320,8 +2320,8 @@ static cell AMX_NATIVE_CALL pause(AMX *amx, cell *params) /* 3 param */ { if (flags & 8) plugin->setStatus(ps_stopped); - else if (flags & 16) - plugin->setStatus(ps_locked); + /*else if (flags & 16) + plugin->setStatus(ps_locked);*/ else plugin->pausePlugin();