Skip to content

Commit

Permalink
Fixed removal of non-existent bar in GasJunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelaux committed Feb 20, 2022
1 parent 266404d commit 34b3eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/gas/world/blocks/gas/GasJunction.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void setStats(){
@Override
public void setBars(){
super.setBars();
bars.remove("liquid");
bars.remove("gas");
}

@Override
Expand Down

0 comments on commit 34b3eec

Please sign in to comment.