mirror of
https://github.com/ashhhleyyy/player-pronouns.git
synced 2024-11-01 07:07:38 +00:00
fix: The formatted placeholder should actually return text with formatting
This commit is contained in:
parent
45b0dc2e5f
commit
c7af332caa
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class PlayerPronouns implements ModInitializer {
|
||||||
});
|
});
|
||||||
|
|
||||||
PlaceholderAPI.register(new Identifier(MOD_ID, "pronouns"), ctx ->
|
PlaceholderAPI.register(new Identifier(MOD_ID, "pronouns"), ctx ->
|
||||||
PlayerPronouns.fromContext(ctx, false));
|
PlayerPronouns.fromContext(ctx, true));
|
||||||
|
|
||||||
PlaceholderAPI.register(new Identifier(MOD_ID, "raw_pronouns"), ctx ->
|
PlaceholderAPI.register(new Identifier(MOD_ID, "raw_pronouns"), ctx ->
|
||||||
PlayerPronouns.fromContext(ctx, false));
|
PlayerPronouns.fromContext(ctx, false));
|
||||||
|
|
Loading…
Reference in a new issue