Can Reporter Stop Trolling Me :)

This commit is contained in:
thororen1234 2025-02-14 21:39:01 -05:00
parent 5df681a121
commit 0d4f267775
No known key found for this signature in database

View file

@ -85,8 +85,8 @@ export default definePlugin({
// this also affects name headers in chats outside of servers // this also affects name headers in chats outside of servers
find: /type:\i\.\i\.Types\.REMIX/, find: /type:\i\.\i\.Types\.REMIX/,
replacement: { replacement: {
match: /(username,style):"username".{0,25}void 0/, match: /"username".{0,25}void 0/,
replace: "$1:{color:$self.colorIfServer(arguments[0])}" replace: "{color:$self.colorIfServer(arguments[0])}"
} }
}, },
{ {