diff --git a/core/src/mindustry/ai/UnitCommand.java b/core/src/mindustry/ai/UnitCommand.java index d841b6ebd9..b84036b493 100644 --- a/core/src/mindustry/ai/UnitCommand.java +++ b/core/src/mindustry/ai/UnitCommand.java @@ -87,17 +87,17 @@ public class UnitCommand extends MappableContent{ drawTarget = true; resetTarget = false; }}; - loadUnitsCommand = new UnitCommand("loadUnits", "download", Binding.unit_command_load_units, null){{ + loadUnitsCommand = new UnitCommand("loadUnits", "upload", Binding.unit_command_load_units, null){{ switchToMove = false; drawTarget = true; resetTarget = false; }}; - loadBlocksCommand = new UnitCommand("loadBlocks", "down", Binding.unit_command_load_blocks, null){{ + loadBlocksCommand = new UnitCommand("loadBlocks", "up", Binding.unit_command_load_blocks, null){{ switchToMove = false; drawTarget = true; resetTarget = false; }}; - unloadPayloadCommand = new UnitCommand("unloadPayload", "upload", Binding.unit_command_unload_payload, null){{ + unloadPayloadCommand = new UnitCommand("unloadPayload", "download", Binding.unit_command_unload_payload, null){{ switchToMove = false; drawTarget = true; resetTarget = false; diff --git a/gradle.properties b/gradle.properties index a13171c749..a54f280cb0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,4 +25,4 @@ org.gradle.caching=true #used for slow jitpack builds; TODO see if this actually works org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.connectionTimeout=100000 -archash=21508dc509 +archash=1906938dea