mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-30 22:49:06 +07:00
Update SchematicsDialog.java
This commit is contained in:
@ -67,7 +67,7 @@ public class SchematicsDialog extends BaseDialog{
|
||||
if(Core.input.keyTap(Binding.chat) && Core.scene.getKeyboardFocus() == searchField && firstSchematic != null){
|
||||
if(!Vars.state.rules.schematicAllowed){
|
||||
ui.showInfo("@schematic.disabled");
|
||||
}else {
|
||||
}else{
|
||||
control.input.useSchematic(firstSchematic);
|
||||
hide();
|
||||
}
|
||||
|
Reference in New Issue
Block a user