add back missing early break/return for bottle filling (#2817)

This commit is contained in:
Adam Bird 2023-05-03 21:26:03 -04:00 committed by GitHub
parent c3c97f207f
commit f9a696e9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2271,6 +2271,7 @@ u8 Item_Give(PlayState* play, u8 item) {
}
gSaveContext.inventory.items[temp + i] = item;
break;
}
}
} else {