Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portable pump UI blinks when you pick it in multiplayer #13531

Open
1 of 2 tasks
zhu-rengong opened this issue Mar 11, 2024 · 2 comments
Open
1 of 2 tasks

Portable pump UI blinks when you pick it in multiplayer #13531

zhu-rengong opened this issue Mar 11, 2024 · 2 comments
Assignees
Labels
Bug Something isn't working Code Programming task Networking Issue related to multiplayer or networking

Comments

@zhu-rengong
Copy link

Disclaimers

  • I have searched the issue tracker to check if the issue has already been reported.
  • My issue happened while using mods.

What happened?

As the title said.
https://github.com/FakeFishGames/Barotrauma/assets/73634685/2acb57f7-4d55-4f5a-ad7d-17a93a72aa4b

Reproduction steps

  1. Host a server
  2. Pick portable pump

Bug prevalence

Happens every now and then

Single player or multiplayer?

Multiplayer hosted from the in-game menu (= using a listen server)

-

No response

Version

v1.2.8.0 (Winter Update hotfix 2)

-

No response

Which operating system did you encounter this bug on?

Windows

Relevant error messages and crash reports

No response

@zhu-rengong
Copy link
Author

I found the following code that modifies the Holdable's DisplayMsg and PickKey:

DisplayMsg = "";
PickKey = InputType.Select;

DisplayMsg = prevMsg;
PickKey = prevPickKey;

Although I don't know why it does this, if they are removed, the bug will be fixed and the picking shortcut keys and prompts will not be confused.

@itchyOwl
Copy link
Collaborator

itchyOwl commented Mar 14, 2024

Can confirm the issue and the steps to repro. Does not happen in sp.

@itchyOwl itchyOwl added Bug Something isn't working Code Programming task Networking Issue related to multiplayer or networking labels Mar 14, 2024
@Regalis11 Regalis11 self-assigned this Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Code Programming task Networking Issue related to multiplayer or networking
Projects
None yet
Development

No branches or pull requests

3 participants