mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-06 16:27:59 +01:00
Update PointsData.java
This commit is contained in:
parent
3d2c6357d3
commit
99956b9719
@ -7,7 +7,7 @@ import com.gamingmesh.jobs.container.PlayerPoints;
|
|||||||
|
|
||||||
public class PointsData {
|
public class PointsData {
|
||||||
|
|
||||||
HashMap<UUID, PlayerPoints> Pointbase = new HashMap<UUID, PlayerPoints>();
|
HashMap<UUID, PlayerPoints> Pointbase = new HashMap<>();
|
||||||
|
|
||||||
public PointsData() {
|
public PointsData() {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user