mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-02 14:29:07 +01:00
Cleanup
This commit is contained in:
parent
a974274350
commit
f59b56b159
@ -289,16 +289,6 @@ public final class Jobs extends JavaPlugin {
|
|||||||
return dbManager;
|
return dbManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the PointsData
|
|
||||||
* @deprecated Use {@link JobsPlayer#getPointsData()}
|
|
||||||
* @return {@link PointsData}
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public static PointsData getPointsData() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static ShopManager getShopManager() {
|
public static ShopManager getShopManager() {
|
||||||
if (shopManager == null) {
|
if (shopManager == null) {
|
||||||
shopManager = new ShopManager();
|
shopManager = new ShopManager();
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user