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

Fix ready button issue with non-admin clients #963

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

joaoburatto
Copy link
Contributor

Summary

closes #962

@joaoburatto joaoburatto added the Fix label Jan 8, 2023
Copy link
Contributor

@TaylorNAlbarnaz TaylorNAlbarnaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes everything without creating any new bugs, as far as i tested

@TaylorNAlbarnaz TaylorNAlbarnaz merged commit b7e1c3b into develop Jan 9, 2023
@TaylorNAlbarnaz TaylorNAlbarnaz deleted the bugfix/fix-ready-button branch January 9, 2023 01:35
@@ -18,15 +18,23 @@ public sealed class LobbyReadyView : NetworkActor
[SerializeField] private ToggleLabelButton _readyButton;
[SerializeField] private LabelButton _embarkButton;

protected override void OnAwake()
protected override void OnAwake()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Client unable to ready for new round after another round ends
3 participants