Limpiar salas

This commit is contained in:
Guillermo Roche 2019-12-13 00:01:51 +01:00
parent 5e4545cbfb
commit cf9dc54b5c

View File

@ -78,6 +78,7 @@ public class ComunacacionJugador extends Thread{
} }
} }
Servidor.salas.remove(sala);
}catch (Exception e) { }catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }