Fixed Sparks problems...

This commit is contained in:
Jonathan Williams 2015-06-27 02:26:29 -05:00
parent 750769d03a
commit 9a4bcd29a1
3 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@ import com.neustar.ultra.api.webservice.v01.UltraWSException;
/* /*
* User: jbodner * User: jbodner
* Date: 1/28/13 * Date: 1/28/13
* Time: 1:11 PM4 * Time: 1:11 PM
* *
* Copyright 2000-2013 NeuStar, Inc. All rights reserved. * Copyright 2000-2013 NeuStar, Inc. All rights reserved.
* NeuStar, the Neustar logo and related names and logos are registered * NeuStar, the Neustar logo and related names and logos are registered

View File

@ -14,7 +14,7 @@ public class CoinCommand extends CommandBase<DonationManager>
{ {
public CoinCommand(DonationManager plugin) public CoinCommand(DonationManager plugin)
{ {
super(plugin, Rank.ULTRA, "coin"); super(plugin, Rank.OWNER, "coin");
} }
@Override @Override

View File

@ -10,8 +10,6 @@ public enum Category
PermMute, PermMute,
Other; // Represents perm ban - (or old perm mutes) Other; // Represents perm ban - (or old perm mutes)
//test
public static boolean contains(String s) public static boolean contains(String s)
{ {
try try