Compare commits

..

4 Commits

Author SHA1 Message Date
copygirl f3552382b4 Remove `on_connecting` observer 1 month ago
copygirl 9fc9f028d1 Reorganize common exports into `prelude` module 1 month ago
copygirl 71f9ed2835 Delay gameplay until assets loaded 1 month ago
copygirl 85df49f5a3 Start local server by adding `Started` component 1 month ago
  1. 3
      common/src/network/server.rs

@ -35,8 +35,7 @@ impl Command for StartLocalServerCommand {
world.spawn((
Server::default(),
Name::from("LocalServer"),
// NOTE: Inserting both makes the local-only server act properly.
(Linked, Started), // yeah it's started, alright
Started, // yeah it's started, alright
));
}
}

Loading…
Cancel
Save