Explorar el Código

Test all of the user's bridges

Vecna hace 10 meses
padre
commit
ba9c2bdc14
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/simulation/user.rs

+ 0 - 1
src/simulation/user.rs

@@ -192,7 +192,6 @@ impl User {
                 if self.submits_reports && level >= 3 {
                     succeeded.push(bucket[i]);
                 }
-                break;
             } else {
                 if self.submits_reports {
                     failed.push(bucket[i]);