1
0
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:
montlikadani 2018-08-16 18:08:09 +02:00 committed by GitHub
parent 3d2c6357d3
commit 99956b9719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {
}