fixes
This commit is contained in:
parent
841ff873d3
commit
165e514638
|
|
@ -97,4 +97,4 @@ public class Manager extends Application {
|
||||||
}
|
}
|
||||||
return competitors;
|
return competitors;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -85,11 +85,11 @@ public class ViewController extends Controller {
|
||||||
flag = false;
|
flag = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (filters[3].equals("R6") && !competitor.getFavoriteAttacker().toString().toLowerCase().equals("N/A")) {
|
if (filters[3].equals("R6") && competitor.getFavoriteAttacker().toString().equals("N/A")) {
|
||||||
flag = false;
|
flag = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (filters[3].equals("Valorant") && !competitor.getFavoriteAgent().toString().toLowerCase().equals("N/A")) {
|
if (filters[3].equals("Valorant") && competitor.getFavoriteAgent().toString().equals("N/A")) {
|
||||||
flag = false;
|
flag = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue