Remove unused agentCacheMap in CUST

This commit is contained in:
cnr 2017-06-14 19:57:58 -05:00
parent 05eabdbfd8
commit 8e9c5c43e4

View File

@ -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
{ {