mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Enforce social distancing (#5465)
This commit is contained in:
parent
91f50883b1
commit
0cd4ef575d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public class MinerAI extends AIController{
|
|||
//core full of the target item, do nothing
|
||||
if(targetItem != null && core.acceptStack(targetItem, 1, unit) == 0){
|
||||
unit.clearItem();
|
||||
unit.mineTile =null;
|
||||
unit.mineTile = null;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue