Remove unused agentCacheMap in CUST

This commit is contained in:
cnr 2017-06-14 19:57:58 -05:00
parent 05eabdbfd8
commit 8e9c5c43e4
1 changed files with 2 additions and 4 deletions

View File

@ -1,12 +1,11 @@
package mineplex.staffServer.customerSupport;
import mineplex.core.common.util.F;
import mineplex.core.common.util.UtilPlayer;
import org.bukkit.entity.Player;
import mineplex.core.command.CommandBase;
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>
{
@ -35,7 +34,6 @@ public class checkCommand extends CommandBase<CustomerSupport>
if (client != null)
{
Plugin.showPlayerInfo(caller, client);
Plugin.addAgentMapping(caller, client);
}
else
{