return "busy";
}
// Mark the match as aborted and notify observers
gamer.getMatch().markAborted();
gamer.notifyObservers(new GamerAbortedMatchEvent());
try {
gamer.abort();
} catch (AbortingException e) {
GamerLogger.logStackTrace("GamePlayer", e);
}