mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
should it use setBracketPlaceholders??
This commit is contained in:
parent
6b04b6c39b
commit
0e56ea9503
@ -146,7 +146,7 @@ public final class PlaceholderAPI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static List<String> setBracketPlaceholders(Player player, List<String> text) {
|
public static List<String> setBracketPlaceholders(Player player, List<String> text) {
|
||||||
return setPlaceholders((OfflinePlayer) player, text);
|
return setBracketPlaceholders((OfflinePlayer) player, text);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user