Fixed Sparks problems...
This commit is contained in:
parent
750769d03a
commit
9a4bcd29a1
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user