mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-11 16:28:09 +07:00
Add missing super load call to StackConveyor (#1964)
This commit is contained in:

committed by
GitHub

parent
e7c3c3f199
commit
969eb4c57f
@ -45,6 +45,8 @@ public class StackConveyor extends Block implements Autotiler{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void load(){
|
public void load(){
|
||||||
|
super.load();
|
||||||
|
|
||||||
for(int i = 0; i < regions.length; i++){
|
for(int i = 0; i < regions.length; i++){
|
||||||
regions[i] = Core.atlas.find(name + "-" + i);
|
regions[i] = Core.atlas.find(name + "-" + i);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user