NoAdminTools: oops

This commit is contained in:
Dogan 2019-06-15 23:29:56 +02:00
parent fd7edc620e
commit 1e304474ac
2 changed files with 2 additions and 4 deletions

View File

@ -143,8 +143,6 @@ public Action Command_DisplayActiveAdmins(int client, int args)
public Action Command_SelfExtend(int client, int args) public Action Command_SelfExtend(int client, int args)
{ {
PrintToChatAll("%d", g_iSelfExtends);
if(g_iSelfMaxExtendsAmount <= g_iSelfExtends) if(g_iSelfMaxExtendsAmount <= g_iSelfExtends)
{ {
ReplyToCommand(client, "[SM] Not available because this map was already self-extended %d times.", g_iSelfMaxExtendsAmount); ReplyToCommand(client, "[SM] Not available because this map was already self-extended %d times.", g_iSelfMaxExtendsAmount);

View File

@ -133,9 +133,9 @@ native int GetMapGroupRestriction(const char[] map, int client = 0);
native bool GetMapVIPRestriction(const char[] map, int client = 0); native bool GetMapVIPRestriction(const char[] map, int client = 0);
/** /**
* gives back the amount of extends left on a map * Amount of Extends left on the current map
* *
* #return amounts of extends left * @return amounts of extends left
*/ */
native int GetExtendsLeft(); native int GetExtendsLeft();