From 5dbcd908959d882f03249148d96ee16fc3d35175 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 18 Jun 2007 17:09:33 +0000 Subject: [PATCH] fixed bug amb418 --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40987 --- plugins/basecommands.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/basecommands.sp b/plugins/basecommands.sp index aa9e686c..31c53478 100644 --- a/plugins/basecommands.sp +++ b/plugins/basecommands.sp @@ -209,7 +209,7 @@ public Action:Command_Ban(client, args) new userid = GetClientUserId(clients[0]); GetClientName(clients[0], arg, sizeof(arg)); - if (time) + if (!time) { if (reason[0] == '\0') {