} else {
linkMap.put(thePlayer, (EntityMinecart) entity);
ChatPlugin.sendLocalizedChat(thePlayer, "railcraft.gui.link.started");
}
if (used)
crowbar.onLink(thePlayer, stack, cart);
} else if (crowbar.canBoost(thePlayer, stack, cart)) {
thePlayer.addExhaustion(1F);
if (thePlayer.ridingEntity != null) {
// NOOP