Bum Fix
Dieser Commit ist enthalten in:
Ursprung
e7fad90f61
Commit
bc898c57c3
@ -29,7 +29,11 @@ public class Basic implements ShowMode {
|
||||
}
|
||||
RoundedTNTPosition roundedTNTPosition = new RoundedTNTPosition(position);
|
||||
if (tntEntityMap.containsKey(roundedTNTPosition)) {
|
||||
return;
|
||||
if (!position.isExploded()) {
|
||||
return;
|
||||
} else {
|
||||
tntEntityMap.remove(roundedTNTPosition).hide(player).killEntity();
|
||||
}
|
||||
}
|
||||
tntEntityMap.put(roundedTNTPosition, createEntity(position.getLocation(), position.isExploded(), true));
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren