mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
The ship support
This commit is contained in:
parent
5cf5615265
commit
401d499d61
3 changed files with 19 additions and 9 deletions
|
|
@ -9,8 +9,8 @@ impl TheShip {
|
|||
None => 27015,
|
||||
Some(port) => port
|
||||
}, GatheringSettings {
|
||||
players: false,
|
||||
rules: false
|
||||
players: true,
|
||||
rules: true
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue