NoAdminTools: oops

This commit is contained in:
Dogan
2019-06-15 23:29:56 +02:00
parent 19c75cdd0c
commit 2520e5d6ec
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -143,8 +143,6 @@ public Action Command_DisplayActiveAdmins(int client, int args)
public Action Command_SelfExtend(int client, int args)
{
PrintToChatAll("%d", g_iSelfExtends);
if(g_iSelfMaxExtendsAmount <= g_iSelfExtends)
{
ReplyToCommand(client, "[SM] Not available because this map was already self-extended %d times.", g_iSelfMaxExtendsAmount);