Fix ShowMeYourName not working (#3259)
This commit is contained in:
parent
3de661585c
commit
11715da9e0
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: '?"@":""',
|
find: '?"@":""',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(?<=onContextMenu:\i,children:).*?\)}/,
|
match: /(?<=children:)\(\i\?"@":""\)\+\i(?=,|\})/,
|
||||||
replace: "$self.renderUsername(arguments[0])}"
|
replace: "$self.renderUsername(arguments[0])"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue