Fixing Tracer remove
Dieser Commit ist enthalten in:
Ursprung
77fe1090c1
Commit
307f9f79e7
@ -14,7 +14,7 @@ class TNTTracer_15 {
|
|||||||
|
|
||||||
static void remove(Map<TNTPrimed, LinkedList<Location>> locations, TNTPrimed tnt){
|
static void remove(Map<TNTPrimed, LinkedList<Location>> locations, TNTPrimed tnt){
|
||||||
Material material = tnt.getLocation().getBlock().getType();
|
Material material = tnt.getLocation().getBlock().getType();
|
||||||
if(material == Material.WATER)
|
if(material == Material.RED_STAINED_GLASS)
|
||||||
locations.remove(tnt);
|
locations.remove(tnt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren