Merge pull request #1198 from thatsIch/e-1197-ae-vibration

Fixes #1197 Vibration Chamber does produce AE, not ae
This commit is contained in:
thatsIch
2015-04-04 14:32:54 +02:00
@@ -62,7 +62,7 @@ public class GuiVibrationChamber extends AEBaseGui
int k = 25;
int l = -15;
this.pb.setFullMsg( this.cvc.aePerTick * this.cvc.getCurrentProgress() / 100 + " ae/t" );
this.pb.setFullMsg( this.cvc.aePerTick * this.cvc.getCurrentProgress() / 100 + " AE/t" );
if( this.cvc.getCurrentProgress() > 0 )
{