Remove unused agentCacheMap in CUST
This commit is contained in:
parent
05eabdbfd8
commit
8e9c5c43e4
@ -1,12 +1,11 @@
|
|||||||
package mineplex.staffServer.customerSupport;
|
package mineplex.staffServer.customerSupport;
|
||||||
|
|
||||||
import mineplex.core.common.util.F;
|
|
||||||
import mineplex.core.common.util.UtilPlayer;
|
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
import mineplex.core.command.CommandBase;
|
import mineplex.core.command.CommandBase;
|
||||||
import mineplex.core.common.Rank;
|
import mineplex.core.common.Rank;
|
||||||
import mineplex.core.common.util.Callback;
|
import mineplex.core.common.util.F;
|
||||||
|
import mineplex.core.common.util.UtilPlayer;
|
||||||
|
|
||||||
public class checkCommand extends CommandBase<CustomerSupport>
|
public class checkCommand extends CommandBase<CustomerSupport>
|
||||||
{
|
{
|
||||||
@ -35,7 +34,6 @@ public class checkCommand extends CommandBase<CustomerSupport>
|
|||||||
if (client != null)
|
if (client != null)
|
||||||
{
|
{
|
||||||
Plugin.showPlayerInfo(caller, client);
|
Plugin.showPlayerInfo(caller, client);
|
||||||
Plugin.addAgentMapping(caller, client);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user