mirror of
https://github.com/Zrips/Jobs.git
synced 2024-12-30 21:07:48 +01:00
Cleanup
This commit is contained in:
parent
a974274350
commit
f59b56b159
@ -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
Loading…
Reference in New Issue
Block a user