Merge remote branch 'upstream/master'
This commit is contained in:
commit
5ff631729c
2 changed files with 5 additions and 1 deletions
2
pom.xml
2
pom.xml
|
|
@ -96,7 +96,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>bukkit</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>1.0.0-R1-SNAPSHOT</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,10 @@ componentconstructors['markers'] = function(dynmap, configuration) {
|
||||||
set.layergroup.removeLayer(marker.our_marker);
|
set.layergroup.removeLayer(marker.our_marker);
|
||||||
});
|
});
|
||||||
set.markers = {};
|
set.markers = {};
|
||||||
|
$.each(set.areas, function(aname, area) {
|
||||||
|
set.layergroup.removeLayer(area.our_area);
|
||||||
|
});
|
||||||
|
set.areas = {};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue