Skip to content

Conversation

@SrLicht
Copy link

@SrLicht SrLicht commented Apr 5, 2024

  • Added a boolean flag to enable Log.Info messages in the code.

  • Added a boolean flag to track whether the song has finished playing.

  • Added a boolean flag to determine whether, upon finishing the track, the component and the referenceHub should be destroyed.

  • Documented and improved PlayerIsConnected check to determine if the player is a DummyPlayer, as it's unnecessary to send audio packets to them.

  • Added Visual Studio and Rider related build files to .gitignore.

* Added a boolean flag to enable Log.Info messages in the code.

* Added a boolean flag to track whether the song has finished playing.

* Added a boolean flag to determine whether, upon finishing the track, the component and the referenceHub should be destroyed.

* Documented and improved PlayerIsConnected check to determine if the player is a DummyPlayer, as it's unnecessary to send audio packets to them.

* Added Visual Studio and Rider related build files to .gitignore.
@SrLicht
Copy link
Author

SrLicht commented Apr 5, 2024

@ced777ric PING. you're not going to ignore me for 3 months like #6

@ced777ric
Copy link
Member

@ced777ric PING. you're not going to ignore me for 3 months like #6

#6 was not ignored, it has conflicts and requested changes.

@SrLicht
Copy link
Author

SrLicht commented Apr 5, 2024

@ced777ric PING. you're not going to ignore me for 3 months like #6

#6 was not ignored, it has conflicts and requested changes.
github is trolling me or you forgot to hit request changes
imagen

@ced777ric
Copy link
Member

image
Shows right there 🤷

hub.nicknameSync.NickSet &&
!hub.isLocalPlayer &&
!string.IsNullOrEmpty(hub.authManager.UserId) &&
hub.authManager.UserId != null &&
Copy link
Member

Choose a reason for hiding this comment

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

The userid is checked for being null checked twice, once by IsNullOrEmpty and the second time with a null check.

Copy link
Author

Choose a reason for hiding this comment

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

ups

@SrLicht SrLicht requested a review from ced777ric April 5, 2024 13:03
@ced777ric ced777ric merged commit 322c397 into CedModV2:master Apr 8, 2024
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.

3 participants