Non movable callback
This commit is contained in:
@@ -88,7 +88,7 @@ pub fn get_matches(tournament : &str, key : &str) -> Vec<SmashQueue> {
|
||||
};
|
||||
|
||||
|
||||
if !(p1name.is_empty() & p2name.is_empty()){
|
||||
if !(p1name.is_empty() || p2name.is_empty()){
|
||||
|
||||
let mat = Match { full_round_test : String::from(set.full_round_text.unwrap()) ,
|
||||
player1: String::from(p1name),
|
||||
|
||||
Reference in New Issue
Block a user