no special treatment for 'externes boot'

This commit is contained in:
2024-04-24 17:15:53 +02:00
parent 8b42bdce0c
commit 87307378c6
5 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@ pub struct Boat {
#[serde(default = "bool::default")]
skull: bool,
#[serde(default = "bool::default")]
external: bool,
pub external: bool,
pub deleted: bool,
}