added back deprecated online player method

This commit is contained in:
Sxtanna 2020-07-21 12:25:38 -04:00
parent bdf8a1bcc1
commit 377d091ae2
1 changed files with 8 additions and 0 deletions

View File

@ -604,6 +604,14 @@ public final class PlaceholderAPI
return null;
}
/**
* @deprecated Will be removed in a future release.
*/
@Deprecated
public static String setPlaceholders(Player player, String text) {
return setPlaceholders(((OfflinePlayer) player), text);
}
/**
* @deprecated Will be removed in a future release.
*/