Commit a045c295 by Miguel Do Carmo

quite un println molesto solo para control interno

parent 9261e6a1
......@@ -114,7 +114,6 @@ var noEsColor =true
result = "POKER"
break
} else {
println("\n${valoresJugados[position]}")
if (valoresJugados[position] == 3) tieneTrio = true
if (valoresJugados[position] == 2) cantDobles++
result = if ((cantDobles == 1) && tieneTrio) "FULL"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment