-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace player (remove authority by default) (#1261)
* fix: remove authority properly in replace player This is an alternative to #1257 Now the user can pass a parameter to ReplacePlayer to indicate that the old player should remain attached to the connection. Note the user could simply pass true and then call RemoveAuthority themselves which was the approach in #1257 Personally I would prefer #1257, but this is at least better than master because authority is removed the proper way. * Update NetworkServer.cs
- Loading branch information
Showing
3 changed files
with
12 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters