Code cleanup
This commit is contained in:
parent
6d78a02005
commit
88b817ffef
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class AirSpreader {
|
|||
}
|
||||
// keep highest generator pressure that's going towards us
|
||||
if ( max_pressureGenerator < stateAir.pressureGenerator
|
||||
&& (forgeDirection.getOpposite() != stateAir.directionGenerator || stateAir.isAirSource())) {
|
||||
&& (forgeDirection.getOpposite() != stateAir.directionGenerator || stateAir.isAirSource())) {
|
||||
max_pressureGenerator = stateAir.pressureGenerator;
|
||||
max_directionGenerator = forgeDirection;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue