Fixed #6158
This commit is contained in:
@@ -10,6 +10,7 @@ public class StaticTree extends StaticWall{
|
||||
|
||||
public StaticTree(String name){
|
||||
super(name);
|
||||
variants = 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -25,6 +25,7 @@ public class PayloadBlock extends Block{
|
||||
|
||||
update = true;
|
||||
sync = true;
|
||||
group = BlockGroup.payloads;
|
||||
envEnabled |= Env.space;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user