Update patch config

This commit is contained in:
DazedAnon 2024-10-10 09:42:23 -05:00
parent 9c294922fb
commit e423b3b7ae
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
username=dazed-translations
repo=princess-knight
repo=mirage-defection
branch=main

View file

@ -441,7 +441,7 @@ if (!TMPlugin.InterpreterBase) {
return "";
}.bind(this)
);
return text;
return text.replace(/_/g, ' ');
};
Sprite_NamePop.prototype.textColor = function (n) {