Turns out you indent with tabs
This commit is contained in:
parent
eaae07352b
commit
d663104a0b
1 changed files with 3 additions and 3 deletions
|
@ -212,7 +212,7 @@ public class GateVanilla extends Gate {
|
|||
public void startResolution() {
|
||||
if (hasPulser() && pulser.isActive()) {
|
||||
pulser.disablePulse();
|
||||
pipe.container.scheduleRenderUpdate();
|
||||
pipe.container.scheduleRenderUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -221,11 +221,11 @@ public class GateVanilla extends Gate {
|
|||
|
||||
if (action instanceof ActionEnergyPulser) {
|
||||
pulser.enablePulse(count);
|
||||
pipe.container.scheduleRenderUpdate();
|
||||
pipe.container.scheduleRenderUpdate();
|
||||
return true;
|
||||
} else if (action instanceof ActionSingleEnergyPulse) {
|
||||
pulser.enableSinglePulse(count);
|
||||
pipe.container.scheduleRenderUpdate();
|
||||
pipe.container.scheduleRenderUpdate();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue