1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

don't try to eject early

This commit is contained in:
Keterr 2020-11-25 14:23:06 -07:00 committed by GitHub
parent 792a7dc8d3
commit 713c5e71d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ export class ItemEjectorSystem extends GameSystemWithFilter {
}
// Check if we are still in the process of ejecting, can't proceed then
if (sourceSlot.progress < maxProgress) {
if (sourceSlot.progress < 1.0) {
continue;
}