The ship support

This commit is contained in:
cosminperram 2022-10-20 00:14:57 +03:00
parent 5cf5615265
commit 401d499d61
3 changed files with 19 additions and 9 deletions

View file

@ -9,8 +9,8 @@ impl TheShip {
None => 27015,
Some(port) => port
}, GatheringSettings {
players: false,
rules: false
players: true,
rules: true
})
}
}