5zig-reborn / 5zig-reborn/The-5zig-Mod

[mc1.15.2-v3.14.0] Duplicating Chat Message filter's Auto-Text

オープン
#103 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
Bug
主要言語
Java
スター
111
フォーク
12
PR マージ指標
30日以内にマージされた PR はありません

説明

>Could be a duplicate of #86.

**Version:**
- mc 1.15.2
- fabric 0.9.0 b.204
- 5zig v3.14.0

**Description:**
The auto-text action's message of an chat-message-filter will be send another time with each edit done to the **first** of it's kind.

**To Reproduce:**
1) Delete all other existing chat filters.
2) Create a chat message filter with a auto text (RegEx or not does not matter).
3) When tested the filter should correctly only send one message
4) Go into the edit menu of the filter and press done (with or without any changes)
5) Once the filter is tested again the auto text message will be send edited+1 times.

**Short fix:**
\> Restarting the game stops sending multiple messages until the **first** filter is edited again.

**Screenshots**
![image](https://user-images.githubusercontent.com/60078424/91628216-e2b7ab80-e9bd-11ea-8414-0c7bebb84476.png)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Look for chat message filter handling in the codebase, likely in a class managing chat filters or auto-text actions. The bug suggests a duplication on edit of the first filter; start by finding where filter edits are processed and where auto-text messages are sent. Check for any static or instance variables that might accumulate messages. Test by creating a filter, editing it, and observing the chat output to confirm the duplication.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
game-dev
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
50/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。