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
+ } 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.
The text was updated successfully, but these errors were encountered:
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.
Pufferfish/patches/server/0038-Add-option-to-disable-out-of-order-chat.patch
Line 32 in 852ea89
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.
The text was updated successfully, but these errors were encountered: