Skip to content

Commit

Permalink
Sigo intentando Arreglar failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MatePirchi committed Nov 8, 2024
1 parent df31eef commit a0b0e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlador.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ object controlador {
if (dir == "actual"){
return !listaPiezas.any{p => self.posEstaOcupada(p.position().x(), p.position().y()) == 1}
}
return
return "error"
}

method eliminarLinea(indexLinea){
Expand Down

0 comments on commit a0b0e0c

Please sign in to comment.