mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
BuildWeapon call super
idk if it matters if name is null, but just in case
This commit is contained in:
parent
4183a2a485
commit
f724e5639f
@ -11,7 +11,7 @@ import mindustry.type.*;
|
||||
public class BuildWeapon extends Weapon{
|
||||
|
||||
public BuildWeapon(){
|
||||
|
||||
super();
|
||||
}
|
||||
|
||||
public BuildWeapon(String name){
|
||||
|
Loading…
Reference in New Issue
Block a user