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

disable-out-of-order-chat causes chat bug. #97

Open
Potothingi opened this issue May 18, 2024 · 1 comment
Open

disable-out-of-order-chat causes chat bug. #97

Potothingi opened this issue May 18, 2024 · 1 comment

Comments

@Potothingi
Copy link

+ } else if (!gg.pufferfish.pufferfish.PufferfishConfig.disableOutOfOrderChat && body.timeStamp().isBefore(this.lastTimeStamp)) { // Pufferfish

After setting 'disable-out-of-order-chat: true', if someone triggers an out-of-order-chat, the time stamp system will crash and the chat will no longer be visible to anyone until the server is rebooted.

@QuanTrieuPCYT
Copy link

The boolean wasn't meant to be reloaded on normal server runtime, therefore a reboot is expected. But with that said, restricting the boolean not to be changed while the server is running might be a solution to this issue.

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

No branches or pull requests

2 participants