public void abort() {
   try {
     match.markAborted();
     sendAbortRequests();
     notifyObservers(new ServerAbortedMatchEvent());
   } catch (Exception e) {
     e.printStackTrace();
   }
 }