dynmapeventrelay: fix method visibility
This commit is contained in:
parent
e21115cc65
commit
9944a7bcdb
@ -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);
|
List<GenericMarker> oldMarkers = m_borderMarkers.get(world);
|
||||||
if (oldMarkers != null) {
|
if (oldMarkers != null) {
|
||||||
for(GenericMarker marker : oldMarkers) {
|
for(GenericMarker marker : oldMarkers) {
|
||||||
|
Loading…
Reference in New Issue
Block a user