Fix multiplayer parity and release regressions

This commit is contained in:
Alexander Sellite 2026-07-30 14:01:07 -04:00
parent b18d9392d8
commit c0ff78322d
17 changed files with 378 additions and 17 deletions

View file

@ -60,6 +60,9 @@ func open_chat() -> void:
_player.set_movement_enabled(false)
_player.set_camera_input_enabled(false)
_fishing_spot.set_local_menu_input_suppressed(INPUT_OWNER, true)
# Send the host a zeroed frame immediately so it cannot keep applying the
# last movement state while this LineEdit owns keyboard input.
_session.submit_neutral_local_movement()
_panel.show()
_entry.show()
_entry.grab_focus()