Merge pull request #583 from HSGamer/patch-1

should it use setBracketPlaceholders??
This commit is contained in:
Andre_601 2021-04-13 17:20:59 +02:00 committed by GitHub
commit 2086fcb299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public final class PlaceholderAPI {
* @return String containing all translated placeholders
*/
public static List<String> setBracketPlaceholders(Player player, List<String> text) {
return setPlaceholders((OfflinePlayer) player, text);
return setBracketPlaceholders((OfflinePlayer) player, text);
}
/**