Skip to content

Commit

Permalink
fix chat separator having different values for transparent and opaque…
Browse files Browse the repository at this point in the history
… chat
  • Loading branch information
raiyni committed Jun 16, 2024
1 parent f03cbc0 commit 62063ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/overrides/overrides.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,18 +189,19 @@ interface=162

[chatbox.separator]
color=0x807660
opacity=200

[chatbox.separator.opaque]
scripts=[923]
children=[54]
opacity=0
dynamicChildren=[0]
varbit=4608
varbitValue=0

[chatbox.separator.transparent]
scripts=[923]
children=[54]
opacity=200
dynamicChildren=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39]
varbit=4608
varbitValue=1
Expand Down

0 comments on commit 62063ca

Please sign in to comment.