mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
1.20.3 prep
This commit is contained in:
parent
1686b3c163
commit
c72c32c5c5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class LangReader {
|
||||||
return txt;
|
return txt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return MutableText.of(TextContent.EMPTY).append(translated);
|
return Text.empty().append(translated);
|
||||||
}
|
}
|
||||||
public static LangReader of(String translationKey, Object... placeholders) {
|
public static LangReader of(String translationKey, Object... placeholders) {
|
||||||
return new LangReader(translationKey, placeholders);
|
return new LangReader(translationKey, placeholders);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue