SteamWar/BauSystem2.0
Archiviert
12
0

Hotfix stuff and rebuild
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:49:03 +02:00
Ursprung 6c3ea5ccc7
Commit cf46465cfd

Datei anzeigen

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