mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 22:34:03 +07:00
Fixed #10261
This commit is contained in:
parent
0e83b60aac
commit
9f8f5a5279
@ -389,7 +389,7 @@ public class UnitFactory extends UnitBlock{
|
||||
unit.command().commandPosition(commandPos);
|
||||
}
|
||||
|
||||
unit.command().command(command == null && payload.unit.type.defaultCommand != null ? payload.unit.type.defaultCommand : command);
|
||||
unit.command().command(command == null && unit.type.defaultCommand != null ? unit.type.defaultCommand : command);
|
||||
}
|
||||
|
||||
payload = new UnitPayload(unit);
|
||||
|
@ -26,4 +26,4 @@ org.gradle.caching=true
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
android.enableR8.fullMode=false
|
||||
archash=a39155a23e
|
||||
archash=dd60085a9d
|
||||
|
Loading…
Reference in New Issue
Block a user