Non movable callback

This commit is contained in:
2025-03-28 17:08:51 +01:00
parent 10014e0851
commit 6206110eb3
2 changed files with 41 additions and 38 deletions

View File

@@ -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),