Update WorldMapPoint.java

This commit is contained in:
Owain van Brakel
2020-04-11 18:02:04 +02:00
committed by GitHub
parent 1477caa32e
commit b4a54128d5

View File

@@ -66,7 +66,7 @@ public class WorldMapPoint
private String tooltip;
protected WorldMapPoint(WorldPoint worldPoint, BufferedImage image)
public WorldMapPoint(WorldPoint worldPoint, BufferedImage image)
{
this.worldPoint = worldPoint;
this.image = image;