working on fixing armorstand marker not being removed after no fuel or multiblock break
This commit is contained in:
parent
b6b690afd8
commit
3e9edb8e68
BIN
build/libs/CoswayUtil-1.8-BETA.jar
Normal file
BIN
build/libs/CoswayUtil-1.8-BETA.jar
Normal file
Binary file not shown.
@ -333,6 +333,7 @@ public final class CoswayUtil extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void removeMarker(Location loc) {
|
private void removeMarker(Location loc) {
|
||||||
|
Location newloc = loc.clone().add(0,1,0);
|
||||||
if (activeAnchors.containsKey(loc)) {
|
if (activeAnchors.containsKey(loc)) {
|
||||||
activeAnchors.get(loc).remove();
|
activeAnchors.get(loc).remove();
|
||||||
activeAnchors.remove(loc);
|
activeAnchors.remove(loc);
|
||||||
|
Loading…
Reference in New Issue
Block a user