ddnet7 is now bool.

main
BurnyLlama 2023-04-16 15:09:39 +02:00
parent 7411bd4430
commit 4f8b21bc36
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pub struct Race {
pub server: String, pub server: String,
pub checkpoints: Option<Vec<f64>>, pub checkpoints: Option<Vec<f64>>,
pub gameid: Option<String>, pub gameid: Option<String>,
pub ddnet7: i16, pub ddnet7: bool,
} }
impl Race { impl Race {