You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updating code samples that uses CurrentPlayer.ReadOnlyTags
Return value of CurrentPlayer.ReadOnlyTags has been changed from
`IReadOnlyCollection<string>` to `string[]` since 1.0.0.
As `string[]` doesn't have `.Contains()` method, it should be adjusted.
Copy file name to clipboardExpand all lines: mppm/player-tags/target-team.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The following script automatically sets a [NetworkVariable](https://docs-multipl
17
17
A Player with a `Red` tag automatically sets the `Team` NetworkVariable to `Red`. A Player with a `Blue` tag automatically sets the `Team` NetworkVariable to `Blue`.
0 commit comments