mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
constructor protected->public
This commit is contained in:
parent
7559996227
commit
4ee4e39518
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public class Conveyor extends Block implements Autotiler{
|
|||
public float speed = 0f;
|
||||
public float displayedSpeed = 0f;
|
||||
|
||||
protected Conveyor(String name){
|
||||
public Conveyor(String name){
|
||||
super(name);
|
||||
rotate = true;
|
||||
update = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue