SteamWar/BauSystem2.0
Archiviert
12
0

Hotfix TraceEntityShowMode for update points

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2021-08-23 18:30:00 +02:00
Ursprung d16ed943cf
Commit eb7fd6de1f

Datei anzeigen

@ -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);
});
}