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(ServerRpc): fixing sender for server rpc in host mode #961

Merged
merged 1 commit into from
Oct 9, 2021

Conversation

James-Frowen
Copy link
Member

called on serverOnly:

  • Invoked directly
  • Sender will be null

called on Host:

  • Invoked directly
  • Sender will be Server.LocalPlayer

called on Client:

  • Invoked remotely
  • Sender will Player that sent it

called on serverOnly:
- Invoked directly
- Sender will be null

called on Host:
- Invoked directly
- Sender will be Server.LocalPlayer

called on Client:
- Invoked remotely
- Sender will Player that sent it
@sonarcloud
Copy link

sonarcloud bot commented Oct 8, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@James-Frowen James-Frowen merged commit 41b6b79 into master Oct 9, 2021
github-actions bot pushed a commit that referenced this pull request Oct 9, 2021
## [107.0.1](v107.0.0...v107.0.1) (2021-10-09)

### Bug Fixes

* **ServerRpc:** fixing sender for server rpc in host mode ([#961](#961)) ([41b6b79](41b6b79))
@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2021

🎉 This PR is included in version 107.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@James-Frowen James-Frowen deleted the host-rpc branch January 16, 2022 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant