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

More deobfuscation for chat and input-related classes #127

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

Conversation

StenAL
Copy link

@StenAL StenAL commented Nov 9, 2024

No functional changes.

The biggest change is renaming GlobalTextArea -> MultiLanguageChatContainer as that more accurately reflects what the class does -- there are two kinds of chat containers, a single-language one, and a multi-language one.

Also, some unused code is removed.

GlobalTextArea is also renamed MultiLanguageChatContainer to better
reflect what it does. No functional changes.
These files are already ignored by the top-level .gitignore.
this.syncUnknownBool = new SynchronizedBool(emailUnconfirmed);
this.syncPlayerAccessLevel = new SynchronizedInteger(var2);
this.syncPlayerAccessLevel = new SynchronizedInteger(playerElevationLevel);
this.gameContainer.badWordFilter = useBadWordFilter ? new BadWordFilter(super.textManager) : null;
this.disableGuestChat = var4;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you rename var4 to disableGuestChat or is this inaccurate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants