Update patch config
This commit is contained in:
parent
9c294922fb
commit
e423b3b7ae
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
username=dazed-translations
|
||||
repo=princess-knight
|
||||
repo=mirage-defection
|
||||
branch=main
|
||||
|
|
@ -441,7 +441,7 @@ if (!TMPlugin.InterpreterBase) {
|
|||
return "";
|
||||
}.bind(this)
|
||||
);
|
||||
return text;
|
||||
return text.replace(/_/g, ' ');
|
||||
};
|
||||
|
||||
Sprite_NamePop.prototype.textColor = function (n) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue