Fix input drops/repetitions (#69)

This commit is contained in:
PROMETHIA-27
2025-10-07 15:31:17 -04:00
committed by GitHub
parent adaa9cab30
commit 8f24f4e03a
8 changed files with 286 additions and 110 deletions

View File

@@ -109,7 +109,7 @@ fn attempt_connection(mut commands: Commands) -> Result {
client::NetcodeClient::new(
auth,
NetcodeConfig {
client_timeout_secs: 1,
client_timeout_secs: 3,
..default()
},
)?,