mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-02 14:29:07 +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 {
|
||||
|
||||
HashMap<UUID, PlayerPoints> Pointbase = new HashMap<UUID, PlayerPoints>();
|
||||
HashMap<UUID, PlayerPoints> Pointbase = new HashMap<>();
|
||||
|
||||
public PointsData() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user