1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-12-30 21:07:48 +01:00
This commit is contained in:
Zrips 2022-01-13 13:11:35 +02:00
parent a974274350
commit f59b56b159
2 changed files with 992 additions and 1011 deletions

View File

@ -289,16 +289,6 @@ public final class Jobs extends JavaPlugin {
return dbManager;
}
/**
* Gets the PointsData
* @deprecated Use {@link JobsPlayer#getPointsData()}
* @return {@link PointsData}
*/
@Deprecated
public static PointsData getPointsData() {
return null;
}
public static ShopManager getShopManager() {
if (shopManager == null) {
shopManager = new ShopManager();

File diff suppressed because it is too large Load Diff