1b: rm duplicate assignment

This commit is contained in:
Daniel Langbein 2024-11-19 09:47:43 +01:00
parent 266283c49c
commit cb6b7513aa
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -53,7 +53,6 @@ public abstract class DisplayableElementModel {
this.moving = moving;
this.destructible = destructible;
this.spriteName = spriteName;
this.priority = priority;
this.animate = animate;
this.impactExplosive = impactExplosive;
this.priority = priority;