1 Commits

Author SHA1 Message Date
9e7fb4d443 doc: 大厅搜索范围按钮现在可同步修改快速匹配的搜索范围
Some checks failed
Publish Release / build (push) Failing after 4m9s
2026-06-10 19:09:02 +08:00
2 changed files with 5 additions and 2 deletions

View File

@@ -13,8 +13,7 @@ class DistanceFilterPatch
new CodeMatch(OpCodes.Ldc_I4_1),
new CodeMatch(OpCodes.Stloc_0)
)
.RemoveInstruction()
.InsertAndAdvance(
.SetInstruction(
new CodeInstruction(OpCodes.Ldsfld,
AccessTools.Field(typeof(PlayerManager), nameof(PlayerManager.lobbyDistanceFilter))))
.InstructionEnumeration();

View File

@@ -19,6 +19,10 @@
## 更新日志
### v4.0.6
1. 大厅搜索范围按钮现在可同步修改快速匹配的搜索范围
2. 修复了禁音功能 *难道他真的是猪??*
### v4.0.5
1. 修复了加好友按钮始终不显示的问题 *难道他真的是猪??*