fixed spell (#10751)

* Update Binding.java

* Update UnitCommand.java
This commit is contained in:
KochiyaUenehaaa
2025-05-01 23:57:57 +08:00
committed by GitHub
parent aecc3980fd
commit 3886bd972d
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ public class UnitCommand extends MappableContent{
ai.onlyAssist = true;
return ai;
});
mineCommand = new UnitCommand("mine", "production", Binding.unitCommandNine, u -> new MinerAI()){{
mineCommand = new UnitCommand("mine", "production", Binding.unitCommandMine, u -> new MinerAI()){{
refreshOnSelect = true;
}};
boostCommand = new UnitCommand("boost", "up", Binding.unitCommandBoost, u -> new BoostAI()){{