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

Make chat use messages instead of commands #32400

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ElectroJr
Copy link
Member

About the PR

Changes most most in game chat messages are now sent to the server via a RequestChatMessage NetMessage, instead of all using commands.

Why / Balance

The main motivation for this was to make it easier to filter for commands being executed by players in grafana. Having to constantly filter out all of the various chat "commands" is kind of a pain. Also more future proof if ever chat need to support more than just simple strings.

Media

rider64_JCxuxuy5UQ.mp4

Requirements

Breaking changes

Changelog

@github-actions github-actions bot added the Status: Needs Review This PR requires new reviews before it can be merged. label Sep 23, 2024
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the Merge Conflict This PR currently has conflicts that need to be addressed. label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge Conflict This PR currently has conflicts that need to be addressed. Status: Needs Review This PR requires new reviews before it can be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant