SteamWar/BauSystem2.0
Archiviert
12
0

Remove velocity min
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2022-07-21 16:53:43 +02:00
Ursprung cf46465cfd
Commit e95b61e818

Datei anzeigen

@ -32,9 +32,6 @@ public class PreviewEntityShowMode extends FactoredEntityShowMode {
@Override
public void show(TNTPosition position) {
if (position.getVelocity().lengthSquared() < 0.5) {
return;
}
super.show(position);
}