BuildWeapon call super

idk if it matters if name is null, but just in case
This commit is contained in:
MEEPofFaith 2025-02-08 21:18:02 -08:00
parent 4183a2a485
commit f724e5639f

View File

@ -11,7 +11,7 @@ import mindustry.type.*;
public class BuildWeapon extends Weapon{
public BuildWeapon(){
super();
}
public BuildWeapon(String name){