Skip to content

Commit

Permalink
Update middleware.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jan 27, 2025
1 parent 057a869 commit 50635ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/chat/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const chatMiddleware = (store) => {
requesting < sequence;
requesting++
) {
requested_sequences.push(requesting);
sequences_requested.push(requesting);
Byond.sendMessage('chat/resend', requesting);
}
}
Expand Down

0 comments on commit 50635ed

Please sign in to comment.