Update PlaceholderAPI version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-22 00:41:19 +02:00
parent a3b4b9ca98
commit b7becec073
2 changed files with 3 additions and 5 deletions

View File

@@ -50,11 +50,9 @@ public class PAPIManager extends PlaceholderExpansion
switch (identifier.toLowerCase()) {
case "main_pronoun":
break;
return "1st";
case "secondary_pronoun":
break;
return "2nd";
}
return null;