mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
added back deprecated online player method
This commit is contained in:
parent
bdf8a1bcc1
commit
377d091ae2
@ -604,6 +604,14 @@ public final class PlaceholderAPI
|
|||||||
return null;
|
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.
|
* @deprecated Will be removed in a future release.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user