Fix DeleteUserClaimsInWorld command (#720)

Closes #718
This commit is contained in:
Adam 2020-02-15 05:26:39 -05:00 committed by GitHub
parent 8760ad69bc
commit 61c1ccda3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2109,7 +2109,7 @@ public class GriefPrevention extends JavaPlugin
return true;
}
else if(cmd.getName().equalsIgnoreCase("deleteclaimsinworld"))
else if(cmd.getName().equalsIgnoreCase("deleteuserclaimsinworld"))
{
//must be executed at the console
if(player != null)