should it use setBracketPlaceholders??

This commit is contained in:
Huynh Tien 2021-03-06 20:37:43 +07:00 committed by GitHub
parent 6b04b6c39b
commit 0e56ea9503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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