dynmapeventrelay: fix method visibility

This commit is contained in:
Torrie Fischer 2021-07-08 07:56:53 -07:00
parent e21115cc65
commit 9944a7bcdb

View File

@ -71,7 +71,7 @@ public class DynmapEventRelay implements Listener {
}
}
public void updatePolygons(World world) {
private void updatePolygons(World world) {
List<GenericMarker> oldMarkers = m_borderMarkers.get(world);
if (oldMarkers != null) {
for(GenericMarker marker : oldMarkers) {