mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
1.2.2.2 ,修改了色块的位置
This commit is contained in:
@@ -515,7 +515,9 @@ public sealed class StatusForm : Form
|
||||
|
||||
foreach (var (key, value) in snapshot.State.Values)
|
||||
{
|
||||
if (key is "spells" or "auras" or "group" || key.StartsWith('$'))
|
||||
if (key is "spells" or "auras" or "group"
|
||||
|| string.Equals(key, RecognizedAuraFields.StateKey, StringComparison.Ordinal)
|
||||
|| key.StartsWith('$'))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user