-
Notifications
You must be signed in to change notification settings - Fork 11
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
Spectator - Allow spectator on player or a group only #218
Conversation
@@ -42,7 +42,7 @@ | |||
"LIST", | |||
[LSTRING(Sides), LSTRING(Sides_Description)], | |||
[LSTRING(DisplayName), LSTRING(Unconscious)], | |||
[[0, 1, 2], [LSTRING(Friendly), LSTRING(Own), "str_all_voices"], 0], | |||
[[0, 1, 3, 4, 2], [LSTRING(Friendly), LSTRING(Own), LSTRING(PlayerGroup), "str_player", "str_all_voices"], 0], | |||
1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should Own side
remain as the default here? Maybe we should change it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no opinion on this, can stay as is.
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
If hemtt does not complain about duplicate defines anymore feel free to merge.
It does not complain. Given that I've copied those from the game files, I'll proceed with merging without commenting what was commented again. |
When merged this pull request will: