|
@ -376,7 +376,6 @@ impl<EG: EntityGateway> ShipServerStateBuilder<EG> { |
|
|
ip: self.ip.unwrap_or_else(|| Ipv4Addr::new(127,0,0,1)),
|
|
|
ip: self.ip.unwrap_or_else(|| Ipv4Addr::new(127,0,0,1)),
|
|
|
port: self.port.unwrap_or(SHIP_PORT),
|
|
|
port: self.port.unwrap_or(SHIP_PORT),
|
|
|
shops: Box::new(ItemShops::default()),
|
|
|
shops: Box::new(ItemShops::default()),
|
|
|
|
|
|
|
|
|
blocks: Blocks(blocks),
|
|
|
blocks: Blocks(blocks),
|
|
|
|
|
|
|
|
|
auth_token: self.auth_token.unwrap_or_else(|| AuthToken("".into())),
|
|
|
auth_token: self.auth_token.unwrap_or_else(|| AuthToken("".into())),
|
|
|