Fix input drops/repetitions (#69)
This commit is contained in:
@@ -117,7 +117,10 @@ fn start_server(mut commands: Commands) -> Result {
|
||||
Name::from("Server"),
|
||||
LocalAddr(server_addr),
|
||||
ServerUdpIo::default(),
|
||||
NetcodeServer::new(NetcodeConfig::default()),
|
||||
NetcodeServer::new(NetcodeConfig {
|
||||
client_timeout_secs: 3,
|
||||
..Default::default()
|
||||
}),
|
||||
Link::new(Some(conditioner)),
|
||||
));
|
||||
commands.trigger(server::Start);
|
||||
|
||||
Reference in New Issue
Block a user