mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Fixed #9771
This commit is contained in:
parent
31f4957657
commit
3a91a8eb00
2 changed files with 1 additions and 2 deletions
|
|
@ -4108,7 +4108,7 @@ public class Blocks{
|
|||
rotateSpeed = 3f;
|
||||
|
||||
coolant = consume(new ConsumeLiquid(Liquids.water, 15f / 60f));
|
||||
limitRange(16f);
|
||||
limitRange(25f);
|
||||
}};
|
||||
|
||||
sublimate = new ContinuousLiquidTurret("sublimate"){{
|
||||
|
|
|
|||
|
|
@ -213,7 +213,6 @@ public class KeybindDialog extends Dialog{
|
|||
@Override
|
||||
public boolean keyDown(InputEvent event, KeyCode keycode){
|
||||
rebindDialog.hide();
|
||||
if(keycode == KeyCode.escape) return false;
|
||||
rebind(section, name, keycode);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue