Player deployment settings can be suddenly reset while in the deployment menu

Issue #439 resolved
Colin Basnett created an issue

So, what's happening here is that the deployment menu is being forcibly shown to the user even when the player is already in it. When the new menu is displayed, it uses whatever the previous settings were when the menu initializes. The quick and dirty fix that'll work 99% of the time is to not forcibly show the menu if the server thinks the client is in the menu (using bIsInSpawnMenu).

Comments (5)

  1. Log in to comment