This commit is contained in:
thonk 2024-07-07 18:00:01 -04:00
parent 1a6cbff91d
commit 6d06e7e8d4
No known key found for this signature in database
GPG key ID: 1ED1B727F51CB68B

View file

@ -61,7 +61,7 @@ export default definePlugin({
replace: "maxUses:$self.getMaxUses()"
},
{
match: /temporary:null!=ex&&ex/,
match: /temporary:null!=\i&&\i/,
replace: "temporary:$self.getTemporary()"
}
]