fix ShowMeYourName
This commit is contained in:
parent
25cd6b7069
commit
113a1f4b86
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ export default definePlugin({
|
|||
{
|
||||
find: '="SYSTEM_TAG"',
|
||||
replacement: {
|
||||
match: /(?<=onContextMenu:\i,children:)\i/,
|
||||
replace: "$self.renderUsername(arguments[0])"
|
||||
match: /(?<=onContextMenu:\i,children:)\i\?/,
|
||||
replace: "$self.renderUsername(arguments[0]),_oldChildren:$&"
|
||||
}
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue