human bug fix
This commit is contained in:
@@ -319,10 +319,6 @@ export function useRetrieveHandler() {
|
|||||||
retrieveLogStatus(material.materialName, `is picked by ${human.modelName}`);
|
retrieveLogStatus(material.materialName, `is picked by ${human.modelName}`);
|
||||||
}
|
}
|
||||||
if (human.currentLoad + 1 < human.point.action.loadCapacity) {
|
if (human.currentLoad + 1 < human.point.action.loadCapacity) {
|
||||||
setCurrentAnimation(human.modelUuid, 'idle_with_box', true, false, false);
|
|
||||||
setTimeout(() => {
|
|
||||||
setCurrentAnimation(human.modelUuid, 'pickup', true, false, false);
|
|
||||||
}, 0)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user