Hotfix TraceEntityShowMode for update points
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
d16ed943cf
Commit
eb7fd6de1f
@ -85,7 +85,7 @@ public class TraceEntityShowMode implements ShowMode<TNTPosition> {
|
||||
applyOnPosition(position, updatePointPosition -> {
|
||||
updateEntityMap.computeIfAbsent(new RoundedPosition(updatePointPosition), pos -> {
|
||||
return createEntity(player, updatePointPosition, false);
|
||||
}).display(player, position.isExploded());
|
||||
}).display(player, false);
|
||||
});
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren