Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
tiny tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Jul 2, 2018
1 parent 2989593 commit ed1c159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SSGang/Database/SQLite/Commands/DBZonecmds.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ CMD:removezone(playerid,params[])
{
if(!IsPlayerAdmin(playerid))
return SendClientMessage(playerid,-1,""RED"ERROR:"GREY"You are not authorised to use that Command!!");

if(isnull(params)) return SendClientMessage(playerid,-1,""RED"Error:"GREY" /removezone [ZoneName]");
new Query[60],bool:found=false,i;
new Query[60],bool:found = false,i;

foreach(i : Zones)
if(!strcmp(ZInfo[i][Name],params))
Expand Down

0 comments on commit ed1c159

Please sign in to comment.